Cosmos/source/Cosmos.Build.Windows/DebugWindow.xaml
2008-03-22 19:25:43 +00:00

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>