Exemplo n.º 1
0
 // No return value; this is designed to throw an exception if there is a problem.
 // Limit the serach to: this.session.idSubprocess
 private void ValidateAbbrev(string abbrev, int currID)
 {
     HELPERS.ValidateAbbrev(abbrev, currID, this.session.idSubprocess);
 }