コード例 #1
0
ファイル: alogin.cs プロジェクト: rajeshwarib22/old_age_home
        private void modifyRecordToolStripMenuItem_Click(object sender, EventArgs e)
        {
            modifya md = new modifya();

            md.MdiParent = this;
            md.Show();
        }
コード例 #2
0
        private void button2_Click(object sender, EventArgs e)
        {
            modifya md = new modifya();

            md.Show();
        }