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