コード例 #1
0
 public void LoadFromInfo(FuenteEntityUpdate EntityInfo)
 {
     this.Clear();
     this.FntID  = EntityInfo.FntID;
     this.Nombre = EntityInfo.Nombre;
 }
コード例 #2
0
 public FuenteEntityUpdate(FuenteEntityUpdate EntityInfo)
 {
     this.Clear();
     this.FntID  = EntityInfo.FntID;
     this.Nombre = EntityInfo.Nombre;
 }