Example #1
0
 private void btnMusteriBul_Click(object sender, EventArgs e)
 {
     frmMusteriSorgulama frm = new frmMusteriSorgulama();
     frm.ShowDialog();
     txtMusteriID.Text = cGenel.MusteriNo.ToString();
     txtMusteri.Text = cGenel.Musteri;
 }
Example #2
0
 private void mitmMusteriSorgulama_Click(object sender, EventArgs e)
 {
     frmMusteriSorgulama frm = new frmMusteriSorgulama();
     FormAcikmi(frm);
     //frm.MdiParent = this;
     //frm.Show();
 }