Exemplo n.º 1
0
 private void toolStripButtonRent_Click(object sender, EventArgs e)
 {
     RentalForm rental=new RentalForm();
     rental.Show();
 }
Exemplo n.º 2
0
        private void toolStripButtonRent_Click(object sender, EventArgs e)
        {
            RentalForm rental = new RentalForm();

            rental.Show();
        }