Exemple #1
0
 public void InsertRefType(string Key, RefType parent)
 {
     this.Key        = Key;
     this.Parent     = parent;
     this.InsertDate = DateTime.Now;
 }
Exemple #2
0
 public void InsertRefValue(string value, RefType key)
 {
     this.Value      = value;
     this.RefType    = key;
     this.InsertDate = DateTime.Now;
 }