Ejemplo n.º 1
0
 public void RunTest()
 {
     myMatchedPairs = myPairs.runTest();
 }
Ejemplo n.º 2
0
 public PersonMatch()
 {
     myPairs        = new PairsOfPersonsCollection();
     myMatchedPairs = new PairsOfPersonsCollection();
 }