Changeset 2773
- Timestamp:
- 7/3/2012 5:17:19 AM (11 months ago)
- File:
-
- 1 edited
-
branches/eraser6/EraserService/Eraser/MainForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/EraserService/Eraser/MainForm.cs
r2772 r2773 585 585 adminEraser.StartInfo.UseShellExecute = true; 586 586 adminEraser.StartInfo.Verb = "runas"; 587 if (adminEraser.Start()) 588 { 589 Program.eraserClient.Exit(); 590 Application.Exit(); 591 } 587 588 Program.eraserClient.Exit(); 589 try 590 { 591 adminEraser.Start(); 592 } 593 catch (Win32Exception) 594 { 595 } 596 597 Application.Exit(); 592 598 } 593 599 }
Note: See TracChangeset
for help on using the changeset viewer.
