From 4cb3bd9eb14757db14f73c4f45bba6e2c5765bf9 Mon Sep 17 00:00:00 2001 From: Developer01 Date: Mon, 13 Apr 2026 09:28:09 +0200 Subject: [PATCH] TestPush --- app/TaskFlow/frmMain.vb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/TaskFlow/frmMain.vb b/app/TaskFlow/frmMain.vb index 2b66c02..b8075fd 100644 --- a/app/TaskFlow/frmMain.vb +++ b/app/TaskFlow/frmMain.vb @@ -3299,7 +3299,6 @@ FROM VWPM_PROFILE_ACTIVE T WHERE T.GUID IN (SELECT PROFILE_ID FROM [dbo].[FNPM_G End Sub Private Sub tsslblDEBUG_LOG_MouseHover(sender As Object, e As EventArgs) MsgBox("UserDebugMode is activated remotely. Debugdata will be transferred to database and will be deleted after 10 days!!", MsgBoxStyle.Information, ADDITIONAL_TITLE) - End Sub Private Sub frmMain_Closing(sender As Object, e As CancelEventArgs) Handles Me.Closing