Beispiel #1
0
        public static void Show(Exception exception)
        {
            var dlg = new ExceptionDialog(exception);

            dlg.ShowDialog();
        }
Beispiel #2
0
 public static void Show( Exception exception )
 {
     var dlg = new ExceptionDialog(exception);
     dlg.ShowDialog();
 }