Reputation: 301
Difference between Close() method and App.current.ShutDown() method ?
Upvotes: 1
Views: 71
Reputation: 52675
Assuming you have the ShutdownMode
set to either OnMainWindowClose
or OnLastWindowClose
and you're talking about the Close() method of a form that is either the main window or the last window, then nothing because Shutdown will be called in those situations.
Upvotes: 1