Пример #1
0
        private void Create()
        {
            this.RegisterLinks();
            this.SetCssID();
            this.SetCssIsLocal();
            this.SetJsIsTop();
            this.SetJsIsLocal();

            jsContainer.Create(null, this.GetJsLinked(), this.GetJs());
            cssContainer.Create(null, this.GetCssLinked(), this.GetCss());
        }
Пример #2
0
        public void Create()
        {
            this.RegisterLinks();
            this.SetCssID();
            this.SetCssIsLocal();
            this.SetJsIsTop();
            this.SetJsIsLocal();

            jsContainer.Create(this.GetJsCommon(), null, this.GetJs());
            cssContainer.Create(this.GetCssCommon(), null, this.GetCss());
        }