Ignore:
Timestamp:
2/12/2010 2:51:35 AM (2 years ago)
Author:
lowjoel
Message:

When the user closes the MainForm?, always call Application.Exit, since if Application.Run was not called with the main form then the closure of the form has no significance. Thanks to DavidHB for the report.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/6.0/Eraser/MainForm.cs

    r1752 r1821  
    390390        } 
    391391 
     392        private void MainForm_FormClosed(object sender, FormClosedEventArgs e) 
     393        { 
     394            Application.Exit(); 
     395        } 
     396 
    392397        private void MainForm_VisibleChanged(object sender, EventArgs e) 
    393398        { 
Note: See TracChangeset for help on using the changeset viewer.