cambooth/src/CamBooth/CamBooth.App/DebugConsole/DebugConsolePage.xaml
2025-01-18 10:19:15 +01:00

13 lines
555 B
XML

<Page x:Class="CamBooth.App.DebugConsole.DebugConsolePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:CamBooth.App.DebugConsole"
mc:Ignorable="d"
Title="DebugConsolePage" Height="100" Width="800">
<Grid>
<TextBlock>Debug Console</TextBlock>
</Grid>
</Page>