Update README.md
This commit is contained in:
parent
b6b9d5b6b1
commit
2126b45fed
35
README.md
35
README.md
@ -38,6 +38,14 @@ Download a release: [Releases](https://github.com/MajMcCloud/TelegramBotFramewor
|
||||
|
||||
* [PromptDialog](#prompt-dialog)
|
||||
|
||||
- [Controls](#controls)
|
||||
* [ProgressBar](#progress-bar)
|
||||
|
||||
* [CalendarPicker](#calendar-picker)
|
||||
|
||||
* [MonthPicker](#month-picker)
|
||||
|
||||
+ [TreeView](#tree-view)
|
||||
|
||||
---
|
||||
|
||||
@ -641,6 +649,8 @@ await this.NavigateTo(ad);
|
||||
|
||||
### Prompt Dialog
|
||||
|
||||
No example yet
|
||||
|
||||
#### Without Eventhandler (pre-init of form necessary)
|
||||
|
||||
```
|
||||
@ -678,6 +688,31 @@ await this.NavigateTo(pd);
|
||||
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Controls
|
||||
|
||||
### Progress Bar
|
||||

|
||||
|
||||
|
||||
### Calendar Picker
|
||||

|
||||
|
||||
|
||||
### Month Picker
|
||||

|
||||

|
||||
|
||||
|
||||
### Tree View
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
---
|
||||
|
||||
I will add more notes to it soon, so stay tuned.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user