Ejemplo n.º 1
0
        public void Load_PageRMAInvestigate()
        {
            //default page//set HeadLine
            _frmMain.Set_HeadLine(oldHeader + " > Investigate");

            //Clear Panel Body
            this.panBodyRMA.Controls.Clear();

            //Load page Select order.
            _pageRMARework      = new pageRMARework(_frmMain);
            _pageRMAInvestigate = new pageRMAInvestigate(_frmMain);
            this.panBodyRMA.Controls.Add(_pageRMAInvestigate);
            _pageRMAInvestigate.Dock = DockStyle.Fill;
            _pageRMAInvestigate.BringToFront();
        }
Ejemplo n.º 2
0
 private void pageRMA_Load(object sender, EventArgs e)
 {
     _pageRMARework                 = new pageRMARework(_frmMain);
     _pageRMAInvestigate            = new pageRMAInvestigate(_frmMain);
     this.rdoRMAInvastigate.Checked = true;
 }