private void barButtonItem14_ItemClick(object sender, ItemClickEventArgs e) { this.toolStripStatusLabelNote.Text = ""; Form frm = this.checkExists(typeof(FormBangDiemHS)); if (frm != null) { frm.Activate(); } else { FormBangDiemHS f = new FormBangDiemHS(this); f.MdiParent = this; f.Show(); } }
public FormTimHS(FormChinh formChinh, FormBangDiemHS formBangDiemHS) { InitializeComponent(); this.formChinh = formChinh; this.formBangDiemHS = formBangDiemHS; }