Ejemplo n.º 1
0
        private void btn_anaydir_Click(object sender, EventArgs e)
        {
            ConsultaEN c = new ConsultaEN();

            c.Mascota = controller.mascotaEN;

            if (menu.LaunchConsultaScreen(Utils.State.NEW, c))
            {
                DesactivateForm();
            }
        }
Ejemplo n.º 2
0
 private void picture_consultas_Click(object sender, EventArgs e)
 {
     if (menu.LaunchConsultaScreen(Utils.State.NONE, null))
     {
         DesactivateForm();
     }
 }