/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/Files.App.UITests/Views/MainPage.xaml
21 строка
682 B
0x5BFA
Code Quality: Implemented Omnibar (#16910)
16 мар 2025, 18:28
Не верифицирован
16 мар 2025, 18:28
383d82c
Код
Авторство
О чём код?
<!-- Copyright (c) Files Community. Licensed under the MIT License. --> <Page x:Class="Files.App.UITests.Views.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="using:Files.App.UITests.Views" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"> <Grid> <TextBlock Grid.Row="0" Margin="24" HorizontalAlignment="Center" VerticalAlignment="Center" Text="All Samples here to test UI accessibility. Select a page from the sidebar to test it." /> </Grid> </Page>