Exemplo n.º 1
0
        public static void Start()
        {
            DataStatTimeWorkerMM work = new DataStatTimeWorkerMM();

            timer = new System.Threading.Timer(new System.Threading.TimerCallback(work.DoWork));
            timer.Change(10, DataSubscribeMMTimerInterval);
        }
 public static void Start()
 {
     DataStatTimeWorkerMM work = new DataStatTimeWorkerMM();
     timer = new System.Threading.Timer(new System.Threading.TimerCallback(work.DoWork));
     timer.Change(10, DataSubscribeMMTimerInterval);
 }