Files
WinUI.Template/Usings.cs
Steven Hobs b03db7ac51 basic
2026-02-12 23:35:48 +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;