示例#1
0
 protected async override void OnExecute(object parameter)
 {
     var dialog = new AboutViewModel();
     await dialog.ShowDialogAsync();
 }