示例#1
0
 public Prices()
 {
     InitializeComponent();
     Misc.loadPrices();
     txtAdultPrice.Text       = Misc.adultPrice.ToString();
     txtChildrenPrice.Text    = Misc.childrenPrice.ToString();
     txtTasteTicketPrice.Text = Misc.taseTicketPrice.ToString();
     txtRafflePrice.Text      = Misc.rafflePrice.ToString();
 }
示例#2
0
 public Choose()
 {
     InitializeComponent();
     Misc.loadPrices();
 }