Example #1
0
 private void button4_Click_1(object sender, EventArgs e)
 {
     if (MessageBox.Show("Current Passengers Added are " + no__of_passengers.ToString() + ".\n Are you sure these are all the Passengers Confirm?", "Close Application", MessageBoxButtons.YesNo) == DialogResult.Yes)
     {
         recipet_form frm = new recipet_form(Convert.ToInt32(vehical_id_temp));
         frm.Show();
     }
     else
     {
     }
 }
Example #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            recipet_form frm = new recipet_form(vehical_id_int);

            frm.Show();
        }