private void Main_Form_Load(object sender, EventArgs e) { this.WindowState = FormWindowState.Maximized; GBM_IVA gBM_IVA = new GBM_IVA(); MainControlClass.showControl(gBM_IVA, Content); }
private void simpleButton1_Click(object sender, EventArgs e) { //this.Hide(); GBM_IVA gBM_IVA = new GBM_IVA(); MainControlClass.showControl(gBM_IVA, Content); }
private void gbm_picture_click(object sender, EventArgs e) { Form2 = (sender as PictureBox).Name; id = Convert.ToInt32((sender as PictureBox).Tag); Form2 form2 = new Form2(); MainControlClass.showControl(form2, Content); }
private void Main_Form_Load(object sender, EventArgs e) { this.WindowState = FormWindowState.Maximized; /*GBM_IVA gBM_IVA = new GBM_IVA(); * MainControlClass.showControl(gBM_IVA, Content);*/ Dashboard_Tab dashboard_Tab = new Dashboard_Tab(); MainControlClass.showControl(dashboard_Tab, Content); }
private void accordionControlElement4_Click(object sender, EventArgs e) { Configuration configuration = new Configuration(); MainControlClass.showControl(configuration, Content); //configuration.TopLevel = false; //if (!container.Controls.Contains(Configuration.Instance)) //{ // container.Controls.Add(Configuration.Instance); // Configuration.Instance.Dock = DockStyle.Fill; // Configuration.Instance.BringToFront(); //} //Configuration.Instance.BringToFront(); }
private void accordionControlElement5_Click(object sender, EventArgs e) { New_Upload new_Upload = new New_Upload(); MainControlClass.showControl(new_Upload, Content); }
private void accordionControlElement4_Click(object sender, EventArgs e) { Configuration configuration = new Configuration(); MainControlClass.showControl(configuration, Content); }
private void accordionControlElement2_Click(object sender, EventArgs e) { GBM_IVA gBM_IVA = new GBM_IVA(); MainControlClass.showControl(gBM_IVA, Content); }
private void accordionControlElement6_Click(object sender, EventArgs e) { XtraForm1 xtraForm1 = new XtraForm1(); MainControlClass.showControl(xtraForm1, Content); }
private void accordionControlElement2_Click(object sender, EventArgs e) { Dashboard_Tab dashboard_Tab = new Dashboard_Tab(); MainControlClass.showControl(dashboard_Tab, Content); }