コード例 #1
0
   public override void FindProperties(PropertyDataSource dataSource,
 int pageNumber, Action<PropertyDataSourceResult> callback, Action<Exception> error)
   {
       dataSource.FindProperties(SearchText, pageNumber, callback, error);
   }
コード例 #2
0
   public override void FindProperties(PropertyDataSource dataSource,
 int pageNumber, Action<PropertyDataSourceResult> callback, Action<Exception> error)
   {
       dataSource.FindProperties(Location.Latitude, Location.Longitude, pageNumber, callback, error);
   }