コード例 #1
0
 public RemoteControlItemsRefreshCommand(ControlItemsRefreshCommand command)
     : base(command)
 {
     control = command.Control;
 }
コード例 #2
0
 public LocalDataViewCommandControlItemsRefersh(ControlItemsRefreshCommand command)
     : base(command)
 {
     control = command.Control;
 }