private void rentalsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Rent_Cars rent = new Rent_Cars();
     rent.Show();
     this.Dispose();
 }
Example #2
0
 private void rentCarsToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Rent_Cars cars = new Rent_Cars();
     cars.Show();
 }