Update README.md

This commit is contained in:
Florian Zevedei 2023-09-12 14:27:54 +02:00
parent 95235ea7c7
commit d34df46087

View File

@ -640,13 +640,13 @@ A minimal control which allows to manage a classic "text" message and update its
<img src=".github/images/label.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/LabelForm](TelegramBotBase.Example/Tests/Controls/LabelForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/LabelForm.cs](TelegramBotBase.Test/Tests/Controls/LabelForm.cs)
### Progress Bar
<img src=".github/images/progressbar.PNG?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/ProgressTest.cs](TelegramBotBase.Example/Tests/ProgressTest.cs)
Check the example project [TelegramBotBase.Test/Tests/ProgressTest.cs](TelegramBotBase.Test/Tests/ProgressTest.cs)
### Calendar Picker
@ -655,14 +655,14 @@ Check the example project [TelegramBotBase.Example/Tests/ProgressTest.cs](Telegr
<img src=".github/images/calendarpicker.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/CalendarPickerForm.cs](TelegramBotBase.Example/Tests/Controls/CalendarPickerForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/CalendarPickerForm.cs](TelegramBotBase.Test/Tests/Controls/CalendarPickerForm.cs)
### Month Picker
<img src=".github/images/monthpicker1.PNG?raw=true" />
<img src=".github/images/monthpicker2.PNG?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/MonthPickerForm.cs](TelegramBotBase.Example/Tests/Controls/MonthPickerForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/MonthPickerForm.cs](TelegramBotBase.Test/Tests/Controls/MonthPickerForm.cs)
### Tree View
@ -671,43 +671,43 @@ Check the example project [TelegramBotBase.Example/Tests/Controls/MonthPickerFor
<img src=".github/images/treeview3.PNG?raw=true" />
<img src=".github/images/treeview4.PNG?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/TreeViewForms.cs](TelegramBotBase.Example/Tests/Controls/TreeViewForms.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/TreeViewForms.cs](TelegramBotBase.Test/Tests/Controls/TreeViewForms.cs)
### Toggle Button
<img src=".github/images/togglebutton.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/ToggleButtonForm.cs](TelegramBotBase.Example/Tests/Controls/ToggleButtonForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/ToggleButtonForm.cs](TelegramBotBase.Test/Tests/Controls/ToggleButtonForm.cs)
### Button Grid
<img src=".github/images/buttongrid.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/ButtonGridForm.cs](TelegramBotBase.Test/Tests/Controls/ButtonGridForm.cs)
#### Paging & Searching
<img src=".github/images/buttongrid_pagingfilter.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridPadingForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridPagingForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/ButtonGridPadingForm.cs](TelegramBotBase.Test/Tests/Controls/ButtonGridPagingForm.cs)
### Tagged Button Grid
<img src=".github/images/taggedbuttongrid.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/ButtonGridTagForm.cs](TelegramBotBase.Example/Tests/Controls/ButtonGridTagForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/ButtonGridTagForm.cs](TelegramBotBase.Test/Tests/Controls/ButtonGridTagForm.cs)
### Checked Button List
<img src=".github/images/checkedbuttonlist.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/CheckedButtonListForm.cs](TelegramBotBase.Example/Tests/Controls/CheckedButtonListForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/CheckedButtonListForm.cs](TelegramBotBase.Test/Tests/Controls/CheckedButtonListForm.cs)
### Multi Toggle Button
<img src=".github/images/multitogglebutton.gif?raw=true" />
Check the example project [TelegramBotBase.Example/Tests/Controls/MultiToggleButtonForm.cs](TelegramBotBase.Example/Tests/Controls/MultiToggleButtonForm.cs)
Check the example project [TelegramBotBase.Test/Tests/Controls/MultiToggleButtonForm.cs](TelegramBotBase.Test/Tests/Controls/MultiToggleButtonForm.cs)
## Groups