|
|
|
@ -23,7 +23,7 @@ namespace Rs.MotionPlat.Commom
|
|
|
|
|
{
|
|
|
|
|
BuzzerManager.Instance.On();
|
|
|
|
|
}
|
|
|
|
|
LogHelper.Debug(content);
|
|
|
|
|
LogHelper.Debug($"ShowTipDialog({buttons},{content}, {title}, {warning})");
|
|
|
|
|
EButtonType ret = EButtonType.None;
|
|
|
|
|
FrmDialog fd = new FrmDialog();
|
|
|
|
|
ret = fd.ShowMessage(buttons, content, "",title);
|
|
|
|
@ -54,7 +54,8 @@ namespace Rs.MotionPlat.Commom
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
string logInfo = $"{alarmInfo.CN}";
|
|
|
|
|
LogHelper.Debug(logInfo);
|
|
|
|
|
LogHelper.Debug($"ShowDialog({logInfo},{buttons}, {warning})");
|
|
|
|
|
// LogHelper.Debug(logInfo);
|
|
|
|
|
EButtonType ret = EButtonType.None;
|
|
|
|
|
if (!boxList.ContainsKey(alarmInfo.AlarmID))
|
|
|
|
|
{
|
|
|
|
|