Example #1
0
 public string getMainProp(mainProp propName)
 {
     return(mainProperties.get(propName.ToString()));
 }
Example #2
0
 public string getTestProp(testProp propName)
 {
     return(testProperties.get(propName.ToString()));
 }