Test Update

This commit is contained in:
FlorianDahn 2018-05-20 04:34:18 +02:00
parent 9416e2ec85
commit 7142c8e59f

View File

@ -27,6 +27,8 @@ namespace TelegramBaseTest.Tests
if (call == null)
return;
message.Handled = true;
switch (call.Value)
{
case "button1":
@ -61,6 +63,12 @@ namespace TelegramBaseTest.Tests
await this.NavigateTo(st);
break;
default:
message.Handled = false;
break;
}