public void InitializePage() { this._wsSPC = new WebServiceController <eSPCWebService.eSPCWebService>().Create(); this._mlthandler = MultiLanguageHandler.getInstance(); this._ComUtil = new CommonUtility(); this.InitializeDataButton(); this.blblMinSampleCnt.Text = this._mlthandler.GetVariable(Definition.LABEL.MINSAMPLECNT); }
public void InitializePopup() { this._wsSPC = new WebServiceController <eSPCWebService.eSPCWebService>().Create(); this._mlthandler = MultiLanguageHandler.getInstance(); this._Initialization = new Initialization(); this._Initialization.InitializePath(); this._SpreadUtil = new BSpreadUtility(); this._ComUtil = new CommonUtility(); this.InitializeBSpread(); this.InitializeRuleData(); }
public void InitializePage() { this._ComUtil = new CommonUtility(); this._bSpreadUtil = new BSpreadUtility(); this._lang = MultiLanguageHandler.getInstance(); this._wsSPC = new WebServiceController <eSPCWebService.eSPCWebService>().Create(); this._Initialization = new Initialization(); this._Initialization.InitializePath(); this.InitializeDataButton(); this.InitializeBSpread(); this.InitializeLayout(); }