예제 #1
0
 public AbstractDownloadState Infer(Uri uri)
 {
     return(BethesdaNetDownloader.StateFromUrl(uri));
 }
예제 #2
0
 public async Task <AbstractDownloadState?> Infer(Uri uri)
 {
     return(BethesdaNetDownloader.StateFromUrl(uri));
 }