private void btnGuiYeuCau_Click(object sender, EventArgs e)
        {
            var frmDSLL = new frmDanhSachLyLich();

            this.Hide();
            frmDSLL.ShowDialog();
            this.Show();
        }
Пример #2
0
        private void btnCapNhatLL_Click(object sender, EventArgs e)
        {
            var frmLLCV = new frmDanhSachLyLich();

            this.Hide();
            frmLLCV.ShowDialog();
            this.Show();
        }