From 111494038ee52d0ad6cf0dea7a8a2f6b1e9b2fff Mon Sep 17 00:00:00 2001 From: lhiven Date: Thu, 6 Mar 2025 15:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=94=A8=E6=88=B7=E9=80=80?= =?UTF-8?q?=E5=87=BA=E6=97=B6=E5=A2=9E=E5=8A=A0EventTracker=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E7=9A=84=E5=86=99=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Rs.DeweyTester/Home.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Rs.DeweyTester/Home.cs b/Rs.DeweyTester/Home.cs index 55aabdc..72b83ff 100644 --- a/Rs.DeweyTester/Home.cs +++ b/Rs.DeweyTester/Home.cs @@ -254,6 +254,7 @@ namespace Rs.MotionPlat DialogResult dr = Msg.ShowQuestion("Are you sure to exit login?"); if(dr== DialogResult.OK) { + DevLog.EventTracker(GlobalUser.UserName, -1, "", "LOGOUT"); GlobalUser.UserName = ""; btnPermission.ShowText=btnPermission.ShowText.Substring(0,btnPermission.ShowText.IndexOf("-")); }