c# - WinForms Application.Exit does not exit the app necessarily -
on msdn have read calling application.exit not have exit every time. know cause that? mean when expect application.exit not exit application?
application.exit call formclosing every opened form, , event can cancelled. if form has cancelled event, application.exit stop without doing anything. else forms closed. but, if have non-background threads working (in additional main thread) application not finished application.exit.
Comments
Post a Comment