Beispiel #1
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            ResourceService = new IniSqlResourceService(CurrentLang);

            // khong thi bo di nhe
            Lib.Global.Utils.UpdateOnline();
        }
Beispiel #2
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            ResourceService = new IniSqlResourceService(CurrentLang);

            //lượt truy cập
            //Lib.Global.Utils.UpdateOnline();
        }
Beispiel #3
0
        protected override void OnInit(EventArgs e)
        {
            base.OnInit(e);

            ResourceService = new IniSqlResourceService(CurrentLang);

            // khong thi bo di nhe
            Lib.Global.Utils.UpdateOnline();

            VSW.Lib.Global.Session.SetValue("CssJsForPage", BuildFileCssJsForPage());
            VSW.Lib.Global.Session.SetValue("CssJsForTemplate", BuildFileCssJsForTemplate());
        }