Example #1
0
 public SettingsBase(Xml.Parser parser)
 {
     this._parser = parser;
 }
Example #2
0
 public SettingsBase(Xml.Parser parser, string xPath)
 {
     this._parser = parser;
     this._xPath  = xPath;
 }