Example #1
0
        private void toolStripButton1_Click(object sender, EventArgs e)
        {
            frmAdmin admin = new CargoSystem.frmAdmin();

            admin.MdiParent = this;
            admin.Show();
        }
Example #2
0
        private void btnDrvrRpt_Click(object sender, EventArgs e)
        {
            frmAdmin admin = new CargoSystem.frmAdmin();

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