Exemplo n.º 1
0
        private void buttonAdminShowList1_Us_Click(object sender, EventArgs e)
        {
            fRentList fRL = new fRentList();

            fRL.ShowDialog();
            this.Show();
        }
Exemplo n.º 2
0
        private void btRentList_Click(object sender, EventArgs e)
        {
            fRentList fRL = new fRentList();

            this.Hide();
            fRL.ShowDialog();
            this.Show();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            fRentList fRL = new fRentList();

            fRL.ShowDialog();
        }