private void tsp_ventas_Click(object sender, EventArgs e) { FVentas fv = new FVentas(); fv.MdiParent = this; fv.Show(); }