Exemplo n.º 1
0
 public void AddProperty(string name, string value, string comment)
 {
     _write_order.Add(new POLConfigLine(name, value, comment));
     if (!_properties.ContainsKey(name))
     {
         _properties[name] = new POLConfigLine(name, value, comment);
     }
 }
Exemplo n.º 2
0
 public void AddProperty(string name, string value, string comment)
 {
     _write_order.Add(new POLConfigLine(name, value, comment));
     if (!_properties.ContainsKey(name))
         _properties[name] = new POLConfigLine(name, value, comment);
 }