Ejemplo n.º 1
0
 public void Open()
 {
     if (_openCommand != null && _openCommand.CanExecute(null))
     {
         _openCommand.Execute(null);
     }
 }