private void btnHallInfo_Click(object sender, EventArgs e) { HallInfoList hil = HallInfoList.Create(); hil.UpdateHallInfoEvent += UpdateHallInfo; hil.Show(); hil.Focus(); }
private void btnAddHall_Click(object sender, EventArgs e) { HallInfoList hallInfoList = HallInfoList.Create(); hallInfoList.LoadType += LoadSearch; hallInfoList.Show(); hallInfoList.Focus(); }