Esempio n. 1
0
        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();
            }
        }
Esempio n. 2
0
        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();
        }
Esempio n. 3
0
        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();
            }
        }