Changeset 1640 for trunk/eraser6
- Timestamp:
- 1/22/2010 5:57:02 AM (2 years ago)
- Location:
- trunk/eraser6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 1639
- Property svn:mergeinfo changed
-
trunk/eraser6/Eraser/Program.cs
r1611 r1640 361 361 try 362 362 { 363 //Create the pipe server which will handle connections to us364 pipeServer = new Thread(ServerMain);365 pipeServer.Start();366 367 363 //Initialise and run the program. 368 364 bool ShowMainForm = OnInitInstance(this); 369 365 if (MainForm == null) 370 366 return false; 367 368 //Create the pipe server which will handle connections to us 369 pipeServer = new Thread(ServerMain); 370 pipeServer.Start(); 371 371 372 372 //Handle the exit instance event. This will occur when the main form
Note: See TracChangeset
for help on using the changeset viewer.
