Ejemplo n.º 1
0
 protected virtual void OpenDisplay()
 {
     try
     {
         _controller.OpenDisplay();
     }
     catch (Exception ex)
     {
         ExceptionHandler(ex);
     }
 }