-update on FormBase which should prevent issues on control management

This commit is contained in:
FlorianDahn
2019-12-02 03:46:40 +01:00
parent 7be0f15ca4
commit a08ba8f512
13 changed files with 182 additions and 31 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ namespace TelegramBotBase.Form
await newForm.OnInit(new InitEventArgs(args));
await this.CloseControls();
this.CloseControls().Wait();
await this.OnClosed(new EventArgs());