コード例 #1
0
ファイル: NamedObject.cs プロジェクト: Eric-Guo/uo-mes
 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;
 }