Preferred method of terminating an application?

  • Thread starter Thread starter Lew Barnesson
  • Start date Start date
L

Lew Barnesson

Hi all,

What is the best way to terminate a Windows Forms app using .Net 2.0?

Any comments appreciated.

- Lew
 
Lew Barnesson said:
What is the best way to terminate a Windows Forms app using .Net 2.0?

Call the main form's 'Close' method after you have done this for the other
open forms.
 
Back
Top