示例#1
0
 public void Booth_SetSoldPrice(int nSoldIndex, uint uPrice)
 {
     mBooth.SetSoldPrice(nSoldIndex, uPrice);
 }