Changeset 1845
- Timestamp:
- 2/17/2010 10:15:37 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser/Program.GuiProgram.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser/Program.GuiProgram.cs
r1802 r1845 105 105 try 106 106 { 107 //Create the pipe server which will handle connections to us108 PipeServer = new Thread(ServerMain);109 PipeServer.Start();110 111 107 //Initialise and run the program. 112 108 InitInstanceEventArgs eventArgs = new InitInstanceEventArgs(); … … 114 110 if (MainForm == null) 115 111 return; 112 113 //Create the pipe server which will handle connections to us 114 PipeServer = new Thread(ServerMain); 115 PipeServer.Start(); 116 116 117 117 //Handle the exit instance event. This will occur when the main form
Note: See TracChangeset
for help on using the changeset viewer.
