Beispiel #1
0
 public void RunTest()
 {
     myMatchedPairs = myPairs.runTest();
 }
Beispiel #2
0
 public PersonMatch()
 {
     myPairs        = new PairsOfPersonsCollection();
     myMatchedPairs = new PairsOfPersonsCollection();
 }