public UpLoad() { this.webset = new Spread.BLL.WebSet().loadConfig(HttpContext.Current.Server.MapPath(ConfigurationManager.AppSettings["WebSetpath"].ToString())); this.filePath = this.webset.WebFilePath; this.fileType = this.webset.WebFileType; this.fileSize = this.webset.WebFileSize; this.isWatermark = this.webset.IsWatermark; this.waterStatus = this.webset.WatermarkStatus; this.waterQuality = this.webset.ImgQuality; this.imgWaterPath = this.webset.ImgWaterPath; this.waterTransparency = this.webset.ImgWaterTransparency; this.textWater = this.webset.WaterText; this.textWaterFont = this.webset.WaterFont; this.textFontSize = this.webset.FontSize; }
public ManagePage() { base.Load += new EventHandler(this.ManagePage_Load); this.webset = new Spread.BLL.WebSet().loadConfig(base.Server.MapPath(Param.WebSetpath)); }
public BasePage() { this.webset = new Spread.BLL.WebSet().loadConfig(base.Server.MapPath(Param.WebSetpath)); }