mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 20:39:01 +00:00
8 lines
570 B
XML
8 lines
570 B
XML
<Window x:Class="Cosmos.Build.Windows.DebugWindow"
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="Cosmos Debuggger" Height="300" Width="300" Icon="/Cosmos.Build.Windows;component/Cosmos.ico">
|
|
<Grid>
|
|
<TextBlock Height="79" Name="textBlock1" VerticalAlignment="Top" TextWrapping="WrapWithOverflow">This is the debug window. Coming soon! For now, leave me open until you are done. Close and the application will terminate.</TextBlock>
|
|
</Grid>
|
|
</Window>
|