예제 #1
0
 /// <summary>
 ///     Writes the exception.
 /// </summary>
 /// <param name="exception">The exception.</param>
 public void WriteException(Exception exception)
 {
     _view.WriteException(exception);
 }