Example #1
0
 /// <summary>
 /// Clears the current selection.
 /// </summary>
 public void ClearSelection()
 {
     this.Selection = emptySelection;
 }