/// <summary> /// /// CIERRA EL FORMULARIO ACTUAL Y ABRE UN NUEVO MENU DE ALGEBRA LINEAL /// /// </summary> /// public override void btSalir_Click(object sender, EventArgs e) { MenuVectores menuvectores = new MenuVectores(); menuvectores.Show(); this.Dispose(); }
/// <summary> /// /// CIERRA EL FORMULARIO ACTUAL Y ABRE UN NUEVO MENU DE ALGEBRA LINEAL /// /// </summary> public override void btSalir_Click(object sender, EventArgs e) { MenuVectores menuvectores = new MenuVectores(); menuvectores.Show(); this.Dispose(); if (flotante != null) { flotante.Close(); } }