示例#1
0
        void _waitPopupTimer_Tick(object sender, EventArgs e)
        {
            _waitPopupTimer.Tick -= _waitPopupTimer_Tick;
            _waitPopupTimer.Stop();

            SMT.SAAS.Platform.WebParts.News.PopupNews popup = new WebParts.News.PopupNews();
            popup.PoputNews();

            IsPopupHelper();
        }
示例#2
0
        void _waitPopupTimer_Tick(object sender, EventArgs e)
        {
            _waitPopupTimer.Tick -= _waitPopupTimer_Tick;
            _waitPopupTimer.Stop();

            SMT.SAAS.Platform.WebParts.News.PopupNews popup = new WebParts.News.PopupNews();
            popup.PoputNews();

            IsPopupHelper();
        }