Exemplo n.º 1
0
        public void SetMessage(int iRow, string Content, decimal iProgress)
        {
            SetScheduleStatus sss = new SetScheduleStatus(this.UpdateScheduleStatus);

            sss.Invoke(iRow, Content, iProgress);
        }
Exemplo n.º 2
0
        public void SetMessage(int iRow, string Content, int Downloadcount)
        {
            SetScheduleStatus sss = new SetScheduleStatus(this.UpdateDownloadStatus);

            sss.Invoke(iRow, Content, Downloadcount);
        }