Ejemplo n.º 1
0
 /// <summary>
 /// Adds the codes that correspond to the locations in all rows of the input data.
 /// </summary>
 public void AddAllLocationCodes()
 {
     inputData.CodeAll(coder);
     MatchSaved = false;
 }