コード例 #1
0
        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);
        }
コード例 #2
0
        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();
        }
コード例 #3
0
        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();
        }