예제 #1
0
 // Select a control in the current course view.
 public void SelectControl(Id<ControlPoint> controlId)
 {
     eventDB.CheckControlId(controlId);
     SetSelection(SelectionKind.Control, Id<CourseControl>.None, Id<CourseControl>.None, LegInsertionLoc.Normal, controlId, Id<Special>.None, null, DescriptionLine.TextLineKind.None);
 }