示例#1
0
 public void DownloadAsync(AlphabeticalIndex index, object userArgs)
 {
     this.DownloadAsync(new IDAlphabeticSearchDownloadSettings()
     {
         Index = index
     }, userArgs);
 }
示例#2
0
 public Base.Response <IDSearchResult> Download(AlphabeticalIndex index)
 {
     return(this.Download(new IDAlphabeticSearchDownloadSettings()
     {
         Index = index
     }));
 }