PersistentWindows/Ninjacrab.PersistentWindows.Solution/Ninjacrab.PersistentWindows.WpfShell/MainWindow.xaml
2014-10-28 21:42:20 -04:00

9 lines
399 B
XML

<Window x:Class="Ninjacrab.PersistentWindows.WpfShell.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Ninjacrab.PersistentWindows.WpfShell"
Title="MainWindow" Height="350" Width="525">
<Grid>
<local:DiagnosticsView />
</Grid>
</Window>