コード例 #1
0
ファイル: SiteBooru.cs プロジェクト: istobran/moe-loader
 public SiteBooru(string siteUrl, string tagUrl, string siteName, string shortName, string referer, bool needMinus, MoeLoader.BooruProcessor.SourceType srcType)
 {
     this.siteName = siteName;
     this.siteUrl = siteUrl;
     this.tagUrl = tagUrl;
     this.shortName = shortName;
     this.referer = referer;
     this.needMinus = needMinus;
     this.srcType = srcType;
     //ShowExplicit = false;
 }
コード例 #2
0
ファイル: SiteLargeBooru.cs プロジェクト: istobran/moe-loader
 public SiteLargeBooru(string siteUrl, string tagUrl, string siteName, string shortName, string referer, bool needMinus, MoeLoader.BooruProcessor.SourceType srcType)
     : base(siteUrl, tagUrl, siteName, shortName, referer, needMinus, srcType)
 {
 }