コード例 #1
0
ファイル: Program.cs プロジェクト: BloomBooks/RoseGarden
 private static int FetchAndReturnExitCode(FetchOptions opts)
 {
     return(new FetchFromOPDS(opts).RunFetch());
 }