Пример #1
0
 public void SetCommand(ImageDisplayCommand command)
 {
     this._command = command;
     this.Status = this._command.GetStatus();
 }
Пример #2
0
 private void SetImageDisplayCommand(ImageDisplayCommand command)
 {
     _logger.Debug("SetImageDisplayCommand to : {0}", command.GetStatus());
     this._imageDisplayControl.SetCommand(command);
     this._imageDisplayControl.SwitchImageDisplayMode();
 }