예제 #1
0
        private void frmHallPriceSet_Load(object sender, EventArgs e)
        {
            hallPriceList = dataManager.GetHallPriceList();

            //填充下拉框控件的值
            FillData();
            cbHall.SelectedIndex = 0;
            SetPrice();
        }