示例#1
0
 public Base.Response <AlphabeticIDIndexResult> DownloadIndex(AlphabeticalTopIndex topIndex)
 {
     return(base.Download(new AlphabeticIDIndexSettings()
     {
         TopIndex = topIndex
     }));
 }
示例#2
0
 public void DownloadIndexAsync(AlphabeticalTopIndex topIndex, object userArgs)
 {
     this.DownloadAsync(new AlphabeticIDIndexSettings()
     {
         TopIndex = topIndex
     }, null);
 }