コード例 #1
0
ファイル: SpiderManager.cs プロジェクト: Inferis/KindjesNet
 public string GetSpiderName(ISpider spider)
 {
     return spider.GetType().Name;
 }