This commit is contained in:
Steven Hobs
2026-03-03 02:04:30 +08:00
commit d451e738b0
12 changed files with 1034 additions and 0 deletions

7
Usings.cs Normal file
View File

@@ -0,0 +1,7 @@
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;