Difference between Close() method and App.current.ShutDown() method ?
1 Answer
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.