-update on FormBase which should prevent issues on control management
This commit is contained in:
@@ -291,7 +291,7 @@ namespace TelegramBotBase.Form
|
||||
|
||||
await newForm.OnInit(new InitEventArgs(args));
|
||||
|
||||
await this.CloseControls();
|
||||
this.CloseControls().Wait();
|
||||
|
||||
await this.OnClosed(new EventArgs());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user