예제 #1
0
 public static void GetDatoLargoMultiSugestions(PRO_CargaCapturaCuatroCampos_Result cuatroCamposResult, OperacionAsincronaEventHandler resultadoOperacion)
 {
     new AccionAsincronaGenerica(cuatroCamposResult, GetDatoLargoMultiSugestionsAction, resultadoOperacion);
 }
예제 #2
0
 public static void GetSugestions(PRO_CargaCapturaCuatroCampos_Result cuatroCamposResult)
 {
     new AccionAsincronaGenerica(cuatroCamposResult, GetSugestionsAction);
 }