Ejemplo n.º 1
0
 public UtilityInfo(uint useful, uint total)
 {
     this.body = new UtilityInfoDC(useful, total);
 }
 public UtilityInfo(uint useful, uint total)
 {
     this.body = new UtilityInfoDC(useful, total);
 }
Ejemplo n.º 3
0
 public UtilityInfo()
 {
     this.body = new UtilityInfoDC();
 }
 public UtilityInfo()
 {
     this.body = new UtilityInfoDC();
 }