示例#1
0
 public static DialogResult Show(Exception ex, string message)
 {
     return(Error(AppException.GetError(ex, message)));
 }