Пример #1
0
        private void ventasHistoricas_Click(object sender, EventArgs e)
        {
            frmVentasHistoricasInter newMDIChild = new frmVentasHistoricasInter();

            newMDIChild.MdiParent = this;
            newMDIChild.Show();
        }
 private void ventasHistoricas_Click(object sender, EventArgs e)
 {
     frmVentasHistoricasInter newMDIChild = new frmVentasHistoricasInter();
     newMDIChild.MdiParent = this;
     newMDIChild.Show();
 }