Esempio n. 1
0
 public void Set(SUdParentOn Obj_)
 {
     base.Set(Obj_);
     ChildCntMax = Obj_.ChildCntMax;
     ErrorCnt    = Obj_.ErrorCnt;
 }
Esempio n. 2
0
 public SUdParentOn(SUdParentOn Obj_) : base(Obj_)
 {
     ChildCntMax = Obj_.ChildCntMax;
     ErrorCnt    = Obj_.ErrorCnt;
 }