Ejemplo n.º 1
0
 protected override void Render(HtmlTextWriter writer)
 {
     if (!CopyrightLicenser.CheckCopyright())
     {
         writer.Write(string.Format(this.renderFormat, HiContext.Current.SiteSettings.SiteUrl));
     }
 }
Ejemplo n.º 2
0
 protected override void Render(HtmlTextWriter writer)
 {
     if (!CopyrightLicenser.CheckCopyright())
     {
         writer.Write(string.Format(this.renderFormat, SettingsManager.GetMasterSettings(false).SiteUrl));
     }
 }
Ejemplo n.º 3
0
 public HiConfiguration()
 {
     if (!CopyrightLicenser.CheckCopyright())
     {
         throw new Exception("非法部署,请与供应商联系:");
     }
 }