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