Esempio n. 1
0
 private async Task <ContentDialogResult> ShowContentDialog()
 {
     return(await ItineraryViewModel.ShowContentDialog(
                ResourceLoader.GetString("LocationDialogTitle"),
                ResourceLoader.GetString("LocationDialogContent"),
                ResourceLoader.GetString("LocationDialogClose")));
 }