Ejemplo n.º 1
0
 private void ClearSelection()
 {
     if (_selection == null)
     {
         return;
     }
     _selection.OnValidateOption -= OnSelectNewArrow;
     _selection.RemoveAllSlot();
 }