示例#1
0
        public void Start(DelegateTimerTick TimerTick)
        {
            TimeSpan t = new TimeSpan(0, 0, 0, 0, 100);

            ToolsClass.CreateAndStart_DispatcherTimer(ref timer, TimerTick, t);
        }