Beispiel #1
0
 /// <summary>
 /// Set a CC of the list as current CC
 /// </summary>
 public void SetCurrent(int parIndex)
 {
     Current = Enumerator.ElementAt(parIndex);
 }