コード例 #1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            Form fr = new Satış_Yap();

            fr.MdiParent = this;
            fr.Show();
        }
コード例 #2
0
        private void satışYapToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Form satisyap = new Satış_Yap();

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