private void uçuşSilToolStripMenuItem1_Click(object sender, EventArgs e) { string ucusislemi = "Sil"; TıklanılanButon.butonAdi = string.Empty; TıklanılanButon.butonAdi = ucusislemi; UcusEkleGuncelle ucusSil = new UcusEkleGuncelle(); ucusSil.MdiParent = this; ucusSil.Show(); PersonelSecimi sec = new PersonelSecimi(); sec.Name = "perSec"; if (Application.OpenForms["perSec"] == null) { sec.MdiParent = this; sec.Show(); } else { sec.Focus(); } }
private void uçuşlarımıGüncelleToolStripMenuItem_Click(object sender, EventArgs e) { string ucusislemi = "Guncelle"; TıklanılanButon.butonAdi = string.Empty; TıklanılanButon.butonAdi = ucusislemi; UcusEkleGuncelle ucusGuncelle = new UcusEkleGuncelle(); ucusGuncelle.MdiParent = this; ucusGuncelle.Show(); }
private void uçuşlarıGüncelleToolStripMenuItem_Click(object sender, EventArgs e) { TıklanılanButon.butonAdi = string.Empty; TıklanılanButon.butonAdi = "Guncelle"; UcusEkleGuncelle ucusGuncelle = new UcusEkleGuncelle(); ucusGuncelle.MdiParent = this; ucusGuncelle.Show(); PersonelSecimi sec = new PersonelSecimi(); sec.Name = "perSec"; if (Application.OpenForms["perSec"] == null) { sec.MdiParent = this; sec.Show(); } else { sec.Focus(); } }