diff --git a/EliteBGS/EliteBGS.csproj b/EliteBGS/EliteBGS.csproj index 203f6f9..8366609 100644 --- a/EliteBGS/EliteBGS.csproj +++ b/EliteBGS/EliteBGS.csproj @@ -55,11 +55,12 @@ + - + diff --git a/EliteBGS/MainWindow.xaml b/EliteBGS/MainWindow.xaml index 974b3ee..6208631 100644 --- a/EliteBGS/MainWindow.xaml +++ b/EliteBGS/MainWindow.xaml @@ -4,6 +4,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:abc="http://wpfcontrols.com/" + xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:local="clr-namespace:EliteBGS" xmlns:Util="clr-namespace:EliteBGS.Util" d:DataContext="{d:DesignInstance Type=Util:AppConfig}" x:Name="window" x:Class="EliteBGS.MainWindow" mc:Ignorable="d" @@ -39,10 +40,10 @@