private void 员工管理ToolStripMenuItem_Click(object sender, EventArgs e)
        {
            index.b(this);
            Form fr = new index_employees();

            fr.MdiParent = this;
            fr.Show();
        }
Exemple #2
0
        private void toolStripMenuItem3_Click(object sender, EventArgs e)
        {
            index.b(this);
            Form fr = new index_refer();

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