Ejemplo n.º 1
0
 public void ExchangeSpouses(int index1, int index2)
 {
     fSpouseToFamilyLinks.Exchange(index1, index2);
 }