Пример #1
0
 public void RemoveAll()
 {
     foreach (var target in _clip.GetAllOrSelectedTargets())
     {
         RemoveAll(target);
     }
 }