Example #1
0
 private void btnSepetekle_Click(object sender, EventArgs e)
 {
     ULASIMBİLGİ.Form2 btnOnayla = new ULASIMBİLGİ.Form2();
     btnOnayla.Show();
     this.Hide();
 }
Example #2
0
 private void siparişonay_Click(object sender, EventArgs e)
 {
     ULASIMBİLGİ.Form2 btnonay = new ULASIMBİLGİ.Form2();
     btnonay.Show();
     this.Hide();
 }