From fdd9176298adabba5162c19d337bf24b23378ef8 Mon Sep 17 00:00:00 2001 From: 2nik67 <2niknatan@gmail.com> Date: Sun, 25 Dec 2022 15:09:11 +0200 Subject: [PATCH] Deleting comments. --- RPCMon/Form1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RPCMon/Form1.cs b/RPCMon/Form1.cs index e955490..b07fccc 100644 --- a/RPCMon/Form1.cs +++ b/RPCMon/Form1.cs @@ -67,7 +67,7 @@ namespace RPCMon //Thread t1 = new Thread(checkIdDBGHelpExist); //t1.Start(); - dummRowsForDebug(); + //dummRowsForDebug(); //DataGridViewRow row = new DataGridViewRow(); //DataGridViewCellCollection cells = new DataGridViewCellCollection(row); //dataGridView1.Rows.Add(cells);