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