Пример #1
0
 internal BTC_full_info copyARGS(BTC_full_info parent)
 {
     this.height      = parent.height;
     this.time_diging = parent.time_diging;
     this.lvl         = parent.lvl;
     this.power       = parent.power;
     return(this);
 }
Пример #2
0
 internal BTC copyARGS(BTC parent)
 {
     this.height    = parent.height;
     this.date      = parent.date;
     this.ovner     = parent.ovner;
     this.Full_Info = new BTC_full_info().copyARGS(parent.Full_Info);
     return(this);
 }