Exemplo n.º 1
0
		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;
		}
Exemplo n.º 2
0
		public ManagePage()
		{
			base.Load += new EventHandler(this.ManagePage_Load);
			this.webset = new Spread.BLL.WebSet().loadConfig(base.Server.MapPath(Param.WebSetpath));
		}
Exemplo n.º 3
0
		public BasePage()
		{
			this.webset = new Spread.BLL.WebSet().loadConfig(base.Server.MapPath(Param.WebSetpath));
		}