//on clicking teh checkout button it will bring up the Billing Form
 private void tsbtnCheckOut_Click(object sender, EventArgs e)
 {
     Billingform = new Billings();
     Billingform.Show();
 }
Example #2
0
 private void tsbtnCheckOut_Click(object sender, EventArgs e)//on clicking teh checkout button it will bring up the Billing Form
 {
     Billingform = new Billings();
     Billingform.Show();
 }