punker76 / MahApps.Metro.SimpleChildWindow

A simple child window for MahApps.Metro
MIT License
374 stars 55 forks source link

Async method doesn't perform check up if ChWindow is opened. #117

Closed Wobeam closed 2 years ago

Wobeam commented 4 years ago

Hi, It would be nice to implement that check up in the method itself, since the method has async nature. For example: For some reasons, the method has been executed twice within a short period of time. It causes an exeption, due to the method doesn't perform a check up of ChWindow state.

Hope this helps.