Winify – Diff between revs 19 and 20

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 19 Rev 20
Line 61... Line 61...
61 Settings.Default.UpdateRequired = false; 61 Settings.Default.UpdateRequired = false;
62 Settings.Default.Save(); 62 Settings.Default.Save();
Line 63... Line 63...
63   63  
64 mutex.ReleaseMutex(); 64 mutex.ReleaseMutex();
65 Process.Start(Application.ExecutablePath); -  
66   -  
67 Close(); 65 Process.Start(Application.ExecutablePath);
68 Environment.Exit(0); 66 Environment.Exit(0);
69 } 67 }
Line 70... Line 68...
70 } 68 }