Changeset 631 for branches/eraser6/Eraser/Program.cs
- Timestamp:
- 11/29/2008 11:41:38 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/Program.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/Program.cs
r625 r631 78 78 CommandLineProgram program = new CommandLineProgram(commandLine); 79 79 isQuiet = program.Arguments.Quiet; 80 program.Run(); 80 81 using (ManagerLibrary library = new ManagerLibrary(new Settings())) 82 using (Program.eraserClient = new RemoteExecutorClient()) 83 { 84 eraserClient.Run(); 85 program.Run(); 86 } 81 87 } 82 88 catch (Exception e) … … 96 102 Console.ReadLine(); 97 103 } 104 105 KernelAPI.FreeConsole(); 98 106 } 99 107 } … … 508 516 { 509 517 //Call the function handling the current command line. 510 using (ManagerLibrary library = new ManagerLibrary(new Settings())) 511 using (Program.eraserClient = new RemoteExecutorClient()) 512 actionHandlers[Arguments.Action](); 518 actionHandlers[Arguments.Action](); 513 519 } 514 520
Note: See TracChangeset
for help on using the changeset viewer.
