Esempio n. 1
0
 private void eCF_RicercaRichiesta()
 {
     using (var r = new Persona.Ricerca())
         eCF.Elemento = r.LookUp(Persona.Ricerca.eQuery.GSG_Partecipanti);
 }
Esempio n. 2
0
 private void ePersona_CF_RicercaRichiesta()
 {
     using (var r = new Persona.Ricerca())
         ePersona_CF.Elemento = r.LookUp();
 }