From 95235ea7c7391d13b48638d6da0b95a0eb76c67b Mon Sep 17 00:00:00 2001 From: Florian Zevedei Date: Tue, 12 Sep 2023 14:26:24 +0200 Subject: [PATCH] Updating Readme file and adding links to test project for controls --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index ef05fde..a7b1349 100644 --- a/README.md +++ b/README.md @@ -640,22 +640,30 @@ A minimal control which allows to manage a classic "text" message and update its +Check the example project [TelegramBotBase.Example/Tests/Controls/LabelForm](TelegramBotBase.Example/Tests/Controls/LabelForm.cs) ### Progress Bar +Check the example project [TelegramBotBase.Example/Tests/ProgressTest.cs](TelegramBotBase.Example/Tests/ProgressTest.cs) + ### Calendar Picker + +Check the example project [TelegramBotBase.Example/Tests/Controls/CalendarPickerForm.cs](TelegramBotBase.Example/Tests/Controls/CalendarPickerForm.cs) + ### Month Picker +Check the example project [TelegramBotBase.Example/Tests/Controls/MonthPickerForm.cs](TelegramBotBase.Example/Tests/Controls/MonthPickerForm.cs) + ### Tree View @@ -663,30 +671,44 @@ A minimal control which allows to manage a classic "text" message and update its +Check the example project [TelegramBotBase.Example/Tests/Controls/TreeViewForms.cs](TelegramBotBase.Example/Tests/Controls/TreeViewForms.cs) + ### Toggle Button +Check the example project [TelegramBotBase.Example/Tests/Controls/ToggleButtonForm.cs](TelegramBotBase.Example/Tests/Controls/ToggleButtonForm.cs) + ### Button Grid +Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridForm.cs) + #### Paging & Searching +Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridPadingForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridPagingForm.cs) + ### Tagged Button Grid +Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridTagForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridTagForm.cs) + ### Checked Button List +Check the example project [TelegramBotBase.Example/Tests/Controls/CheckedButtonListForm.cs](TelegramBotBase.Example/Tests/Controls/CheckedButtonListForm.cs) + ### Multi Toggle Button +Check the example project [TelegramBotBase.Example/Tests/Controls/MultiToggleButtonForm.cs](TelegramBotBase.Example/Tests/Controls/MultiToggleButtonForm.cs) + ## Groups For groups, there are multiple different tools which help to work with and allows bot also to manage