示例#1
0
 protected void AssignToNamedObjectChangeHistory(NamedObjectChangeHistory t)
 {
     t.Name = this.Name;
     t.Description = this.Description;
 }
示例#2
0
 protected void AssignToNamedObjectChangeHistory(NamedObjectChangeHistory t)
 {
     t.Name        = this.Name;
     t.Description = this.Description;
 }