public RemoteControlItemsRefreshCommand(ControlItemsRefreshCommand command)
     : base(command)
 {
     control = command.Control;
 }
Exemplo n.º 2
0
 public LocalDataViewCommandControlItemsRefersh(ControlItemsRefreshCommand command)
     : base(command)
 {
     control = command.Control;
 }