Files
WinUI.Template/Usings.cs

7 lines
189 B
C#
Raw Normal View History

2026-03-03 02:04:30 +08:00
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;