Ejemplo n.º 1
0
        public bool showdown()
        {
#if !UseTimer
            _PeriodicTaskHandle.cannel();
            _ScheduleExecutor.stop();
#else
            ScheduleExecutor2.Instance.scheduleCancle(this);
#endif
            return(true);
        }
Ejemplo n.º 2
0
 public bool showdown()
 {
     _PeriodicTaskHandle.cannel();
     _ScheduleExecutor.stop();
     return(true);
 }