Esempio n. 1
0
        private void BtniconModifyPrice_Click(object sender, EventArgs e)
        {
            customizeDesign();
            panelMenu.Visible = false;

            SCR.Modify_Price.ModifyPrice mpObj = new SCR.Modify_Price.ModifyPrice();
            openChildForm(mpObj);
        }
Esempio n. 2
0
 private void BtnModifyPrice_Click(object sender, EventArgs e)
 {
     customizeDesign();
     SCR.Modify_Price.ModifyPrice mpObj = new SCR.Modify_Price.ModifyPrice();
     openChildForm(mpObj);
 }