7 lines
189 B
C#
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; |