Exemple #1
0
 public void Swap()
 {
     CurrentList.Clear();
     CurrentList.AddRange(Pending);
 }