예제 #1
0
        //---------------------------AUXILIARES--------------------------------

        private void btn_volver_Click(object sender, EventArgs e)
        {
            Form menu_principal = new Interfaces.menu_principal();

            menu_principal.Show();
            this.Close();
        }
예제 #2
0
        private void bt_cancelar_Click(object sender, EventArgs e)
        {
            this.Hide();
            Form menu_principal = new Interfaces.menu_principal();

            menu_principal.Show();
        }
        private void bt_limpiar_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            Form menu = new Interfaces.menu_principal();

            menu.Show();
        }