Async invoke fixes and ButtonGrid update

- removing unused imports
- adding null check for async handler invokes
- fixing PageCount calculation on ButtonGrid
This commit is contained in:
FlorianDahn
2021-02-27 20:51:47 +01:00
parent 426bb078af
commit 91048b4f7c
6 changed files with 22 additions and 9 deletions
-1
View File
@@ -5,7 +5,6 @@ using System.Text;
using System.Threading.Tasks;
using TelegramBotBase.Args;
using TelegramBotBase.Base;
using static TelegramBotBase.Base.Async;
namespace TelegramBotBase.Form
{
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using TelegramBotBase.Base;
using static TelegramBotBase.Base.Async;
namespace TelegramBotBase.Form
{