Update Testproject/Readme

This commit is contained in:
FlorianDahn
2019-03-20 17:50:11 +07:00
parent 16baef0c45
commit acd06a6948
2 changed files with 7 additions and 10 deletions
-3
View File
@@ -73,9 +73,6 @@ namespace TelegramBaseTest.Tests
{
PromptDialog pd = new PromptDialog("Please confirm", new ButtonBase("Ok", "ok"), new ButtonBase("Cancel", "cancel"));
pd.ButtonForms.Add("ok", null);
pd.ButtonForms.Add("cancel", null);
pd.ButtonClicked += async (s, en) =>
{
var tf = new TestForm2();