Пример #1
0
        private void btnMicroLoan_Click(object sender, EventArgs e)
        {
            pnlops.Controls.Clear();

            loan_current_user_micro c = new loan_current_user_micro();
            c.Width = pnlops.Width;
            pnlops.Height = c.Height;
            pnlops.Controls.Add(c);
        }
Пример #2
0
        private void btnMicroLoan_Click(object sender, EventArgs e)
        {
            pnlops.Controls.Clear();

            loan_current_user_micro c = new loan_current_user_micro();

            c.Width       = pnlops.Width;
            pnlops.Height = c.Height;
            pnlops.Controls.Add(c);
        }