Пример #1
0
        //private void SetRelativeSkinHeaderFlash()
        //{
        //    this.HeaderFlashControl.MovieUrl = SkinHelper.GetRelativeHeaderFlash(this.Page);
        //}

        private void SetRelativeSkinHeaderLogo()
        {
            this.imgHeaderLogo.Src = SkinHelper.GetRelativeHeaderLogo(this.Page);
        }