This commit is contained in:
Steven Hobs
2026-02-12 23:35:48 +08:00
commit b03db7ac51
15 changed files with 1007 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;