Esempio n. 1
0
 private void btn_anaydir_Click(object sender, EventArgs e)
 {
     if (menu.LaunchMascotaScreen(Utils.State.NEW, null))
     {
         DesactivateForm();
     }
 }
Esempio n. 2
0
 private void picture_cliente_opcion_mascota_Click(object sender, EventArgs e)
 {
     if (menu.LaunchMascotaScreen(Utils.State.NEW, null))
     {
         DesactivateForm();
     }
 }