Changeset 1639 for branches/eraser6/6.0
- Timestamp:
- 1/22/2010 5:54:47 AM (2 years ago)
- File:
-
- 1 edited
-
branches/eraser6/6.0/Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser/Program.cs
r1429 r1639 335 335 try 336 336 { 337 //Create the pipe server which will handle connections to us338 pipeServer = new Thread(ServerMain);339 pipeServer.Start();340 341 337 //Initialise and run the program. 342 338 bool ShowMainForm = OnInitInstance(this); 343 339 if (MainForm == null) 344 340 return false; 341 342 //Create the pipe server which will handle connections to us 343 pipeServer = new Thread(ServerMain); 344 pipeServer.Start(); 345 345 346 346 //Handle the exit instance event. This will occur when the main form
Note: See TracChangeset
for help on using the changeset viewer.
