Exemplo n.º 1
0
 public static void ShowError(string text, string caption, Exception ex)
 {
     using (var f = new CustomMessageBoxForm(text, caption, ex))
     {
         f.ShowDialog();
     };
 }
Exemplo n.º 2
0
 public static void ShowError(string text, string caption, Exception ex)
 {
     using (var f = new CustomMessageBoxForm(text, caption, ex))
     {
         f.ShowDialog();
     };
 }