Ejemplo n.º 1
0
        private void BtnAddJourney_Click(object sender, EventArgs e)
        {
            RegisterJourneyForm f1 = new RegisterJourneyForm();

            this.Hide();
            f1.Show();
        }
Ejemplo n.º 2
0
        private void BtnAddJourney_Click(object sender, EventArgs e)
        {
            RegisterJourneyForm JourneyForm = new RegisterJourneyForm(VehicleList);

            JourneyForm.ShowDialog();
        }