Commit b629ffb68b316c2919668092b3706c3fba75048a

Authored by Schwirg László
1 parent 62445795

test program indításának törlése

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
Vrh.Log4Pro.MaintenanceConsole/Program.cs
@@ -37,8 +37,8 @@ namespace Vrh.Log4Pro.MaintenanceConsole @@ -37,8 +37,8 @@ namespace Vrh.Log4Pro.MaintenanceConsole
37 { 37 {
38 static void Main(string[] args) 38 static void Main(string[] args)
39 { 39 {
40 - Tests.T3();  
41 - return; 40 + //Tests.T3();
  41 + //return;
42 42
43 var startassystemstr = CommandLine.GetCommandLineArgument(args, CLP.CMD_STARTASSYSTEM); 43 var startassystemstr = CommandLine.GetCommandLineArgument(args, CLP.CMD_STARTASSYSTEM);
44 var startassystem = startassystemstr!=null && startassystemstr.ToLower() == "yes"; 44 var startassystem = startassystemstr!=null && startassystemstr.ToLower() == "yes";