Adding NavigationController for better and optional Push/Pop navigation

This commit is contained in:
FlorianDahn
2021-07-25 01:54:16 +02:00
parent be2660239a
commit ae9dd17ae3
2 changed files with 349 additions and 0 deletions
+3
View File
@@ -6,6 +6,7 @@ using System.Text;
using System.Threading.Tasks;
using TelegramBotBase.Args;
using TelegramBotBase.Base;
using TelegramBotBase.Form.Navigation;
using TelegramBotBase.Sessions;
using static TelegramBotBase.Base.Async;
@@ -17,6 +18,8 @@ namespace TelegramBotBase.Form
public class FormBase : IDisposable
{
public NavigationController NavigationController { get; set; }
public DeviceSession Device { get; set; }
public MessageClient Client { get; set; }