Ejemplo n.º 1
0
 public void ShowErrorDialog(string message, Exception exception)
 {
     var internalExceptionView = new InternalExceptionView();
     internalExceptionView.ShowException(message, exception);
 }
        public void ShowErrorDialog(string message, Exception exception)
        {
            var internalExceptionView = new InternalExceptionView();

            internalExceptionView.ShowException(message, exception);
        }