Exemplo n.º 1
0
        private void oyuncuEkleToolStripMenuItem_Click(object sender, EventArgs e)
        {
            childOyuncuEkle chOyuncuForm = new childOyuncuEkle();

            chOyuncuForm.MdiParent = this;
            chOyuncuForm.Show();
            this.LayoutMdi(MdiLayout.Cascade);
            chOyuncuForm.WindowState = FormWindowState.Maximized;
        }
Exemplo n.º 2
0
        private void childFilmEkleForm_Load(object sender, EventArgs e)
        {
            childOyuncuEkle choe = new childOyuncuEkle();

            choe.Close();
        }