コード例 #1
0
        private void redoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CompanyLoginsUpdate childform = new CompanyLoginsUpdate();

            childform.MdiParent = this;
            childform.Show();
        }
コード例 #2
0
        private void metroTile6_Click(object sender, EventArgs e)
        {
            CompanyLoginsUpdate companyEdit = new CompanyLoginsUpdate();

            companyEdit.ShowDialog();
        }