leocb / MaterialSkin

Theming .NET WinForms, C# or VB.Net, to Google's Material Design Principles.
MIT License
428 stars 130 forks source link

Prevent exception when form is disposed #385

Closed MatrixDJ96 closed 1 year ago

MatrixDJ96 commented 1 year ago

This change prevents the exception thrown by 'Form.Handle' on a disposed object.

This is an extreme case but it can happen if the form closure is requested during the OnLoad() event.