private void btn_themlop_Click(object sender, EventArgs e) { ThemLop tl = new ThemLop(); this.Hide(); tl.ShowDialog(); this.Show(); }
private void thêmKhốiLớpToolStripMenuItem_Click(object sender, EventArgs e) { ThemLop tl = new ThemLop(); tl.Show(); }