Ejemplo n.º 1
0
        private void pictureBox2_Click(object sender, EventArgs e)
        {
            frmManageLoan fm = new frmManageLoan();

            fm.MdiParent = this.MdiParent;
            fm.Show();

            this.Close();
        }
Ejemplo n.º 2
0
        private void manageWorkarLoanToolStripMenuItem_Click(object sender, EventArgs e)
        {
            CloseAll();

            frmManageLoan fmLoan = new frmManageLoan();

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