Ejemplo n.º 1
0
 public void OnUccIndexPageLoadEvent(object sender, WatchTimerEventArgs arg)
 {
     if (!Equals(TimerBackEvent, null))
     {
         TimerBackEvent(sender, arg);
     }
 }
Ejemplo n.º 2
0
        public void TimerBack(object sender, EventArgs e)
        {
            WatchTimerEventArgs Args = new WatchTimerEventArgs();

            Args.Url        = sUrl;
            Args.UpdateTime = DateTime.Now;
            //Args.ReportMsg = "汇报情况";
            Args.Id = Id;
            OnUccIndexPageLoadEvent(null, Args);
        }