Example #1
0
 public void SetCommand(HighlightCommand command)
 {
     this._command = command;
     this.Status = this._command.GetStatus();
 }
Example #2
0
 private void SetHighlightCommand(HighlightCommand command)
 {
     _logger.Debug("SetHighlightCommand({0})", command.GetStatus());
     this._highlightControl.SetCommand(command);
     this._highlightControl.SwitchHighlight();
     this.DisplayImage();
 }