/
githubmirror
/
Files
Обзор
Документация
Войти
/
githubmirror
/
Files
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/Files.App.Controls/GlobalUsings.cs
24 строки
833 B
0x5bfa
Code Quality: Remove Shared dependencies from Controls and Server (#18781)
29 июл 2026, 23:44
Не верифицирован
29 июл 2026, 23:44
7a15d46
Код
Авторство
О чём код?
// Copyright (c) Files Community // Licensed under the MIT 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 global::System.Text.Json; global using global::System.Text.Json.Serialization; global using SystemIO = global::System.IO; // Microsoft.UI global using global::Microsoft.UI.Xaml; global using global::Microsoft.UI.Xaml.Controls; global using global::Microsoft.UI.Xaml.Controls.Primitives; // Files.App.Controls global using global::Files.App.Controls.Primitives;