Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94d153e141 | ||
|
|
e13cb6d4ef | ||
|
|
c0e285d39e | ||
|
|
8338c5c066 |
@@ -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
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user