Example #1
0
        private void HabitacionesToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cHabitaciones us = new cHabitaciones();

            us.MdiParent     = this;
            us.StartPosition = FormStartPosition.CenterScreen;
            us.Show();
        }
Example #2
0
        private void HabitacionesToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            cHabitaciones ch = new cHabitaciones();

            ch.Show();
        }