Ejemplo n.º 1
0
 public void Save(string cfgPath)
 {
     CfgNode.Save(Pathfinder.dllPath() + cfgPath);
 }
Ejemplo n.º 2
0
 public void Load(string cfgPath)
 {
     CfgNode = ConfigNode.Load(Pathfinder.dllPath() + cfgPath);
 }