Beispiel #1
0
        private void btnHallInfo_Click(object sender, EventArgs e)
        {
            HallInfoList hil = HallInfoList.Create();

            hil.UpdateHallInfoEvent += UpdateHallInfo;
            hil.Show();
            hil.Focus();
        }
Beispiel #2
0
        private void btnAddHall_Click(object sender, EventArgs e)
        {
            HallInfoList hallInfoList = HallInfoList.Create();

            hallInfoList.LoadType += LoadSearch;
            hallInfoList.Show();
            hallInfoList.Focus();
        }