Exemplo n.º 1
0
        private new void btSalir_Click(object sender, EventArgs e)
        {
            this.Dispose();
            MenuMatrices menumatrices = new MenuMatrices();

            menumatrices.Show();
        }
Exemplo n.º 2
0
        /// <summary>
        ///
        /// CIERRA EL FORMULARIO ACTUAL Y ABRE UN NUEVO MENU DE ALGEBRA LINEAL
        ///
        /// </summary>

        public override void btSalir_Click(object sender, EventArgs e)
        {
            MenuMatrices menuvectores = new MenuMatrices();

            menuvectores.Show();
            this.Dispose();
        }