private void button1_Click(object sender, EventArgs e) { if (radKT.Checked) { DSSVKhenThuong ds = new DSSVKhenThuong(); ds.Show(); } else { DSSVKyLuat ds = new DSSVKyLuat(); ds.Show(); } }
private void danhSáchSinhViênBịKỹLuậtToolStripMenuItem_Click(object sender, EventArgs e) { DSSVKyLuat f = new DSSVKyLuat(); f.Show(); }