示例#1
0
 public static void ShowErrorMessage(
     this IDialogManager dialogManager,
     string message,
     Exception ex)
 {
     dialogManager.ShowErrorMessage(message, null, ex);
 }