Exemplo n.º 1
0
        private void toolStripLabelGenerarViaje_Click(object sender, EventArgs e)
        {
            this.IsMdiContainer = true;
            FormGenerarViaje generarViaje = new FormGenerarViaje();

            generarViaje.MdiParent = this;
            generarViaje.Show();
        }
Exemplo n.º 2
0
        private void botonGenerarViaje_Click(object sender, EventArgs e)
        {
            FormGenerarViaje formGenerarViaje = new FormGenerarViaje();

            formGenerarViaje.Show();
        }