diff --git a/ViewModel/MainWindowViewModel.cs b/ViewModel/MainWindowViewModel.cs index f2d42d9..5d0c682 100644 --- a/ViewModel/MainWindowViewModel.cs +++ b/ViewModel/MainWindowViewModel.cs @@ -655,7 +655,7 @@ namespace DyeingComputer.ViewModel public static double TEMP_tar = 0.5; //目标温度 private bool Alert_yellow = false; //警报黄灯 private bool Alert_red = false; //警报红灯 - private bool Alert_bell = false; //警报铃声 + public static bool Alert_bell = false; //警报铃声 static Dictionary updata_RUN = new Dictionary();// public static void STEP_START(string ID, double P1, double P2, double P3, double P4, double P5) //启动模块 { diff --git a/Windows/Sampling.xaml b/Windows/Sampling.xaml index 0af1bed..30159e2 100644 --- a/Windows/Sampling.xaml +++ b/Windows/Sampling.xaml @@ -11,14 +11,14 @@ mc:Ignorable="d" Title="SUNLIGHT 800" Height="200" Width="400"> -