using Microsoft.UI.Xaml; // To learn more about WinUI, the WinUI project structure, // and more about our project templates, see: http://aka.ms/winui-project-info. namespace Ghost.UnitTest; public sealed partial class UnitTestAppWindow : Window { public UnitTestAppWindow() { InitializeComponent(); } }