diff --git a/BPASmartClient.CustomResource/Pages/View/VariableConfigView.xaml b/BPASmartClient.CustomResource/Pages/View/VariableConfigView.xaml
index 9abfd756..5247d35a 100644
--- a/BPASmartClient.CustomResource/Pages/View/VariableConfigView.xaml
+++ b/BPASmartClient.CustomResource/Pages/View/VariableConfigView.xaml
@@ -373,8 +373,9 @@
-
-
+
+
+
diff --git a/FryPot_DosingSystem/App.xaml.cs b/FryPot_DosingSystem/App.xaml.cs
index 334104e0..123863ae 100644
--- a/FryPot_DosingSystem/App.xaml.cs
+++ b/FryPot_DosingSystem/App.xaml.cs
@@ -25,6 +25,7 @@ namespace FryPot_DosingSystem
///
public partial class App : Application
{
+ public static Window MainWindow;
protected override void OnStartup(StartupEventArgs e)
{
base.OnStartup(e);
@@ -44,7 +45,7 @@ namespace FryPot_DosingSystem
}
else
mv.Close();
-
+ MainWindow = mv;
//HubHelper.GetInstance.Report = new Action