Esempio n. 1
0
 public Pool(User hUser)
 {
     this.hUser  = hUser;
     this.handle = TM1API.TM1ValPoolCreate(hUser.handle);
 }