Esempio n. 1
0
 /// <summary>
 /// Constructor which sets the filepath
 /// </summary>
 /// <param name="filePath"></param>
 internal Utility(string filePath)
 {
     xmlUtil = new XmlUtility(filePath);
 }
Esempio n. 2
0
 /// <summary>
 /// Constructor which sets the filepath
 /// </summary>
 /// <param name="filePath"></param>
 public Utility(string filePath)
 {
     xmlUtil = new XmlUtility(filePath);
 }
Esempio n. 3
0
 /// <summary>
 /// Constructor which sets the filepath
 /// </summary>
 /// <param name="filePath"></param>
 public Utility(string filePath)
 {
     xmlUtil = new XmlUtility(filePath);
 }