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 accordionControlElement2_Click(object sender, EventArgs e) { Dashboard_Tab dashboard_Tab = new Dashboard_Tab(); MainControlClass.showControl(dashboard_Tab, Content); }