예제 #1
0
 public void SetCommand(HighlightCommand command)
 {
     this._command = command;
     this.Status = this._command.GetStatus();
 }
예제 #2
0
파일: Main.cs 프로젝트: teyou/KoalaDiff
 private void SetHighlightCommand(HighlightCommand command)
 {
     _logger.Debug("SetHighlightCommand({0})", command.GetStatus());
     this._highlightControl.SetCommand(command);
     this._highlightControl.SwitchHighlight();
     this.DisplayImage();
 }