示例#1
0
文件: qlks.cs 项目: KhanhDoan215/Qlks
        private void thêmXóaPhòngToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Txphong tx = new Txphong();

            tx.ShowDialog();
            frm_load();
        }
示例#2
0
文件: qlks.cs 项目: KhanhDoan215/Qlks
        private void thêmNhânViênToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Txphong t = new Txphong();

            t.ShowDialog();
        }