/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.6
tests/Files.App.UITests/MainWindow.xaml.cs
18 строк
377 B
Martin Anderson
Code Quality: Add ThemedIcon Controls and UI Tests (#15798)
22 июл 2024, 23:43
Не верифицирован
22 июл 2024, 23:43
d7ee48b
Код
Авторство
О чём код?
// Copyright (c) 2024 Files Community // Licensed under the MIT License. See the LICENSE. using Microsoft.UI.Xaml; namespace Files.App.UITests { /// <summary> /// An empty window that can be used on its own or navigated to within a Frame. /// </summary> public sealed partial class MainWindow : Window { public MainWindow() { this.InitializeComponent(); } } }