- <wpf:ThemableWindow x:Class="PRSServer.Configuration"
 
-         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
 
-         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
 
-         xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
 
-         xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
 
-         xmlns:local="clr-namespace:PRSServer"
 
- 		xmlns:wpf="clr-namespace:InABox.Wpf;assembly=InABox.Wpf"
 
-         mc:Ignorable="d"
 
-         Title="PRS Server Manager" Height="600" Width="350" Top="50" Left="50" Closing="Window_Closing">
 
-     <Grid>
 
-         <local:ServerGrid x:Name="Servers" Margin="5" />
 
-     </Grid>
 
- </wpf:ThemableWindow>
 
 
  |