Ejemplo n.º 1
0
        private void toolStripButton2_Click(object sender, EventArgs e)
        {
            Form fr2 = new Tamire_Gelen();

            fr2.MdiParent = this;
            fr2.Show();
        }
Ejemplo n.º 2
0
        private void toolStripButton2_Click_1(object sender, EventArgs e)
        {
            Form tamir = new Tamire_Gelen();

            tamir.MdiParent = this;
            tamir.Show();
        }
Ejemplo n.º 3
0
        private void tamireGelenÜrünToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Form tamir = new Tamire_Gelen();

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