예제 #1
0
        private void harekatSubayıSeçimiToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            string harekatSubayi = "HarekatSubayi";

            TıklanılanButon.butonAdi_2 = string.Empty;
            TıklanılanButon.butonAdi_2 = harekatSubayi;

            KomutanIslemleri harekatSubayiSecimi = new KomutanIslemleri();

            harekatSubayiSecimi.MdiParent = this;
            harekatSubayiSecimi.Show();

            PersonelSecimi sec = new PersonelSecimi();

            sec.Name = "perSec";
            if (Application.OpenForms["perSec"] == null)
            {
                sec.MdiParent = this;
                sec.Show();
            }
            else
            {
                sec.Focus();
            }
        }
예제 #2
0
        private void komutanSeçimiToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            TıklanılanButon.butonAdi_2 = string.Empty;
            string komutan = "Komutan";

            TıklanılanButon.butonAdi_2 = komutan;

            KomutanIslemleri komutanSecimi = new KomutanIslemleri();

            komutanSecimi.MdiParent = this;
            komutanSecimi.Show();

            PersonelSecimi sec = new PersonelSecimi();

            sec.Name = "perSec";
            if (Application.OpenForms["perSec"] == null)
            {
                sec.MdiParent = this;
                sec.Show();
            }
            else
            {
                sec.Focus();
            }
        }
예제 #3
0
        private void harekatSubayıSeçimiToolStripMenuItem_Click(object sender, EventArgs e)
        {
            string harekatSubayi = "HarekatSubayi";

            TıklanılanButon.butonAdi_2 = string.Empty;
            TıklanılanButon.butonAdi_2 = harekatSubayi;

            KomutanIslemleri harekatSubayiSecimi = new KomutanIslemleri();

            harekatSubayiSecimi.MdiParent = this;
            harekatSubayiSecimi.Show();
        }
예제 #4
0
        private void komutanSeçimiToolStripMenuItem_Click(object sender, EventArgs e)
        {
            TıklanılanButon.butonAdi_2 = string.Empty;
            string komutan = "Komutan";

            TıklanılanButon.butonAdi_2 = komutan;

            KomutanIslemleri komutanSecimi = new KomutanIslemleri();

            komutanSecimi.MdiParent = this;
            komutanSecimi.Show();
        }