- Splitting enums into single files for more structure

- remove old Enum file
This commit is contained in:
FlorianDahn
2019-09-26 17:14:12 +02:00
parent a6d22cdd82
commit 69e5a6717b
6 changed files with 77 additions and 61 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ namespace TelegramBaseTest.Tests
public SimpleForm()
{
this.DeleteSide = TelegramBotBase.Enums.eSide.Both;
this.DeleteSide = TelegramBotBase.Enums.eDeleteSide.Both;
this.DeleteMode = TelegramBotBase.Enums.eDeleteMode.OnLeavingForm;
this.Opened += SimpleForm_Opened;