private void vendasToolStripMenuItem_Click(object sender, EventArgs e) { VendasForm obj = new VendasForm(); obj.MdiParent = this; obj.Show(); }