コード例 #1
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            customerfm cudtrec = new customerfm();

            cudtrec.ShowDialog();
        }
コード例 #2
0
ファイル: mainform.cs プロジェクト: Nakirijja/github-move
        private void aDDToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            customerfm custfm = new customerfm();

            //custfm.MdiParent = this;
            custfm.Show();
        }