Compare commits

...
4 Commits
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -12,6 +12,8 @@ Test the Testproject: [@TGBaseBot](https://www.t.me/TGBaseBot)
Join the Telegram Group: [https://www.t.me/tgbotbase](https://www.t.me/tgbotbase) Join the Telegram Group: [https://www.t.me/tgbotbase](https://www.t.me/tgbotbase)
Download a release: [Releases](https://github.com/MajMcCloud/TelegramBotFramework/releases)
--- ---
## Index ## Index
+2 -2
View File
@@ -119,12 +119,12 @@ namespace TelegramBotBase.Form
ds.FormSwitched = true; ds.FormSwitched = true;
ds.PreviousForm = ds.ActiveForm;
ds.ActiveForm = newForm; ds.ActiveForm = newForm;
newForm.Client = this.Client; newForm.Client = this.Client;
newForm.Device = ds; newForm.Device = ds;
ds.PreviousForm = this;
await newForm.Init(args); await newForm.Init(args);
await this.Closed(); await this.Closed();