Winify – Diff between revs 15 and 17

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 15 Rev 17
Line 222... Line 222...
222 _aboutForm = null; 222 _aboutForm = null;
223 } 223 }
Line 224... Line 224...
224   224  
225 private void QuitToolStripMenuItem_Click(object sender, EventArgs e) 225 private void QuitToolStripMenuItem_Click(object sender, EventArgs e)
-   226 {
-   227 Close();
226 { 228  
227 Application.Exit(); 229 Environment.Exit(0);
Line 228... Line 230...
228 } 230 }
229   231  
230 private void UpdateToolStripMenuItem_Click(object sender, EventArgs e) 232 private void UpdateToolStripMenuItem_Click(object sender, EventArgs e)