private void ventasTaquillaToolStripMenuItem_Click(object sender, EventArgs e) { Salas s = new Salas(); s.MdiParent = this; s.Show(); }
private void pictureBox2_Click(object sender, EventArgs e) { Salas salas = new Salas(); salas.Show(); }