Exemple #1
0
 public void loadPageProperty(string filePath)
 {
     pageProperties = new Properties(filePath);
 }
Exemple #2
0
 public void loadTestProperty(string filePath)
 {
     testProperties = new Properties(filePath);
 }