- update readme

This commit is contained in:
FlorianDahn 2019-09-28 01:19:55 +02:00
parent d1456d5bd1
commit 2e0656dc06
2 changed files with 7 additions and 2 deletions

View File

@ -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);

View File

@ -15,6 +15,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "images", "images", "{AF4C8238-A0F0-41AC-8C0A-33E143AEBFCD}"
ProjectSection(SolutionItems) = preProject
images\alertdialog.PNG = images\alertdialog.PNG
images\buttongrid.gif = images\buttongrid.gif
images\calendarpicker.gif = images\calendarpicker.gif
images\calendarpicker.PNG = images\calendarpicker.PNG
images\example1.PNG = images\example1.PNG