From f6b532a125853e22850c6995af2b1532533437c0 Mon Sep 17 00:00:00 2001 From: lhiven Date: Thu, 19 Dec 2024 10:11:59 +0800 Subject: [PATCH] =?UTF-8?q?Msgbox=E5=BC=B9=E6=A1=86=E6=97=B6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Commom/Msgbox.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Rs.DeweyTester/Commom/Msgbox.cs b/Rs.DeweyTester/Commom/Msgbox.cs index 87980d8..f153bc1 100644 --- a/Rs.DeweyTester/Commom/Msgbox.cs +++ b/Rs.DeweyTester/Commom/Msgbox.cs @@ -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)) {