Esempio n. 1
0
        //
        static Fetch()
        {
            m_soapHeaderUC = UCConfigs.GetConfig();

            accountsData = new AccountsFacade();

            GetProtectionQuestions();
        }
Esempio n. 2
0
        /// <summary>
        /// 初始化
        /// </summary>
        static UCPageBase()
        {
            UCConfigInfo   stationPage        = UCConfigs.GetConfig();
            PlatformFacade aidePlatformFacade = new PlatformFacade();
//             //授权验证
//             Message msg = aidePlatformFacade.ValidAccredit(stationPage.StationID, stationPage.AccreditKey, Utility.UserIP);
//             if (!msg.Success)
//             {
//                 new Terminator().Throw(msg.Content);
//             }
        }