Files
WinUI.Template/Usings.cs
Steven Hobs d451e738b0 init
2026-03-03 02:04:30 +08:00

7 lines
189 B
C#

global using System;
global using System.Collections.Generic;
global using System.Threading.Tasks;
global using Microsoft.UI.Xaml;
global using Microsoft.UI.Xaml.Controls;
namespace MyApp;