示例#1
0
        private void btRent_Click(object sender, EventArgs e)
        {
            fRentBookLogin fRBL = new fRentBookLogin();

            this.Hide();
            fRBL.ShowDialog();
            this.Show();
        }
示例#2
0
        private void btRent_Click(object sender, EventArgs e)
        {
            /***Đăng nhập***************************************************************************/

            fRentBookLogin fRBL = new fRentBookLogin();

            this.Hide();
            fRBL.ShowDialog();
            this.Show();

            /***Không đăng nhập***************************************************************************/

            //fRentBook fRB = new fRentBook();
            //this.Hide();
            //fRB.ShowDialog();
            //this.Show();
        }