mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
9 lines
399 B
XML
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>
|