From 35d63d072c1bf501019aac5d0f91b2135c85843b Mon Sep 17 00:00:00 2001 From: szporowolik Date: Fri, 4 Oct 2019 14:21:21 +0200 Subject: [PATCH] Clean up --- 02_Windows_App/Perun_v1/02_Forms/form_Main.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02_Windows_App/Perun_v1/02_Forms/form_Main.cs b/02_Windows_App/Perun_v1/02_Forms/form_Main.cs index 0f0e169..fd9d4a5 100644 --- a/02_Windows_App/Perun_v1/02_Forms/form_Main.cs +++ b/02_Windows_App/Perun_v1/02_Forms/form_Main.cs @@ -385,7 +385,7 @@ namespace Perun_v1 bool boolSRSdefault = true; bool boolLotATCdefault = true; - // Handle SRS - TBD clean code for multiinstance + // Handle SRS if (con_check_3rd_srs.Checked) { try @@ -451,7 +451,7 @@ namespace Perun_v1 } dcConnection.SendToMySql(strSRSJson); - // Handle LotATC - TBD clean code for multiinstance + // Handle LotATC if (con_check_3rd_lotatc.Checked) { try