/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.7
src/Files.App.Controls/GlobalUsings.cs
19 строк
666 B
0x5BFA
Code Quality: Improved DependencyProperty generator (#16025)
27 авг 2024, 19:19
Не верифицирован
27 авг 2024, 19:19
4229553
Код
Авторство
О чём код?
// Copyright (c) 2024 Files Community // Licensed under the MIT License. See the LICENSE. // System global using global::System; global using global::System.Collections; global using global::System.Collections.Generic; global using global::System.Collections.ObjectModel; global using global::System.Linq; global using global::System.Threading; global using global::System.Threading.Tasks; global using global::System.ComponentModel; global using global::System.Diagnostics; global using SystemIO = global::System.IO; // Files.Shared global using global::Files.Shared; global using global::Files.Shared.Attributes; global using global::Files.Shared.Extensions;