forked from Misaki/GhostEngine
12 lines
196 B
C#
12 lines
196 B
C#
using Microsoft.UI.Xaml;
|
|
|
|
namespace Ghost.UnitTest.Windows;
|
|
|
|
internal sealed partial class DebugOutputWindow : Window
|
|
{
|
|
public DebugOutputWindow()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|