Ejemplo n.º 1
0
 public void loadPageProperty(string filePath)
 {
     pageProperties = new Properties(filePath);
 }
Ejemplo n.º 2
0
 public void loadTestProperty(string filePath)
 {
     testProperties = new Properties(filePath);
 }