Esempio n. 1
0
 public void Booth_SetItemPrice(int nBoothIndex, uint nPrice)
 {
     mBooth.SetItemPrice(nBoothIndex, nPrice);
 }