- update readme
This commit is contained in:
parent
d1456d5bd1
commit
2e0656dc06
@ -671,9 +671,13 @@ For now we have the following:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
var fto = new TestForm2();
|
AlertDialog ad = new AlertDialog("This is a message", "Ok");
|
||||||
|
|
||||||
AlertDialog ad = new AlertDialog("This is a message", "Ok", fto);
|
ad.ButtonClicked += async (s, en) =>
|
||||||
|
{
|
||||||
|
var fto = new TestForm2();
|
||||||
|
await this.NavigateTo(fto);
|
||||||
|
};
|
||||||
|
|
||||||
await this.NavigateTo(ad);
|
await this.NavigateTo(ad);
|
||||||
|
|
||||||
|
|||||||
@ -15,6 +15,7 @@ EndProject
|
|||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{AF4C8238-A0F0-41AC-8C0A-33E143AEBFCD}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{AF4C8238-A0F0-41AC-8C0A-33E143AEBFCD}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
images\alertdialog.PNG = images\alertdialog.PNG
|
images\alertdialog.PNG = images\alertdialog.PNG
|
||||||
|
images\buttongrid.gif = images\buttongrid.gif
|
||||||
images\calendarpicker.gif = images\calendarpicker.gif
|
images\calendarpicker.gif = images\calendarpicker.gif
|
||||||
images\calendarpicker.PNG = images\calendarpicker.PNG
|
images\calendarpicker.PNG = images\calendarpicker.PNG
|
||||||
images\example1.PNG = images\example1.PNG
|
images\example1.PNG = images\example1.PNG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user