|
|
@@ -42,7 +42,7 @@ namespace UAS_MES_NEW.CustomControl.RichText
|
|
|
FileName = Application.StartupPath + @"\Resources\Sound\5185.wav";
|
|
|
thread.Start();
|
|
|
thread = new Thread(PlaySound);
|
|
|
-
|
|
|
+ MessageBox.Show(str, "异常提示");
|
|
|
}
|
|
|
else if (color == Color.Green && Entity.SystemInf.CheckAudioEnable)
|
|
|
{
|
|
|
@@ -98,7 +98,7 @@ namespace UAS_MES_NEW.CustomControl.RichText
|
|
|
FileName = Application.StartupPath + @"\Resources\Sound\采集失败.wav";
|
|
|
thread.Start();
|
|
|
thread = new Thread(PlaySound);
|
|
|
-
|
|
|
+ MessageBox.Show(str, "异常提示");
|
|
|
}
|
|
|
else if (color == Color.Green && Entity.SystemInf.CheckAudioEnable)
|
|
|
{
|