Animatroller.Framework.LogicalDevice.OperatingHours2.Start C# (CSharp) 메소드

Start() 공개 메소드

public Start ( ) : void
리턴 void
        public void Start()
        {
            EvaluateOpenHours();
            // No need to call the base class to output state, EvaluateOpenHours already did that via IsOpen

            this.timer.Change(0, 1000);
        }