Esempio n. 1
0
 private void AntecedenteFamiliarUnload(AntecedentesGrupoFamilliar Window = null)
 {
     try
     {
         GuardarAntecedentesGrupoFamiliar();
     }
     catch (Exception ex)
     {
         StaticSourcesViewModel.ShowMessageError("Algo pasó...", "Ocurrió un error al salir de antecedente familiar", ex);
     }
 }
Esempio n. 2
0
 private void AntecedenteFamiliarLoad(AntecedentesGrupoFamilliar Window = null)
 {
     try
     {
         if (TabFactoresSocioFamiliaresSelected)
         {
             if (TabGrupoFamiliarAntecedenteSelected)
             {
                 ConductasParasocialesEnabled = UsoDrogaEnabled = true;
                 base.ClearRules();
             }
         }
     }
     catch (Exception ex)
     {
         StaticSourcesViewModel.ShowMessageError("Algo pasó...", "Ocurrió un error al cargar antecedente familiar", ex);
     }
 }