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.Graphics.Test.Windows; /// /// An empty window that can be used on its own or navigated to within a Frame. /// public sealed unsafe partial class WorkGraphTestWindow : Window { public WorkGraphTestWindow() { InitializeComponent(); } }