private void toolStripButton8_Click(object sender, EventArgs e) { FMovimientosMP mmp = new FMovimientosMP(); mmp.MdiParent = this; mmp.Show(); }