diff --git a/EX/ManualDyelot.xaml b/EX/ManualDyelot.xaml index 5df430a..196d894 100644 --- a/EX/ManualDyelot.xaml +++ b/EX/ManualDyelot.xaml @@ -6,19 +6,26 @@ xmlns:local="clr-namespace:SunlightCentralizedControlManagement_SCCM_.EX" xmlns:lang="clr-namespace:SunlightCentralizedControlManagement_SCCM_.Properties" xmlns:viewmodel="clr-namespace:SunlightCentralizedControlManagement_SCCM_.ViewModel" + xmlns:System="clr-namespace:System;assembly=mscorlib" + xmlns:core="clr-namespace:System;assembly=netstandard" + d:DataContext="{d:DesignInstance Type=viewmodel:ManualDyelotModel}" mc:Ignorable="d" ResizeMode="NoResize" WindowStyle="None" WindowStartupLocation="CenterScreen" Title="ManualDyelot" Height="960" Width="1280"> + + + - +