thielj / MetroFramework

Metro UI of Windows 8 for .NET Windows Forms applications
http://thielj.github.io/MetroFramework
Other
396 stars 225 forks source link

Cannot access a dispose object #113

Open anthonygacis opened 5 years ago

anthonygacis commented 5 years ago

When i click a button that contains frmStudentList.ShowDialog(), the form display as normal. But after i closed it and re-click the button It shows some error saying Cannot access a disposed object.

DarkRyo commented 5 years ago

Same here