Exemplo n.º 1
0
 public void RemoveProperty(property item)
 {
     this.RemoveMethod(propertys.Where(w => w.Value == item).First().Key);
 }
Exemplo n.º 2
0
 public void RemoveProperty(property item)
 {
     this.RemoveMethod(propertys.Where(w => w.Value == item).First().Key);
 }
Exemplo n.º 3
0
 public void AddProperty(property item)
 {
     propertys.Add(propertys.Count, item);
 }
Exemplo n.º 4
0
 public void AddProperty(property item)
 {
     propertys.Add(propertys.Count, item);
 }