BinaryStudio.ClientManager.DomainModel.Infrastructure.Timer.Timer C# (CSharp) 메소드

Timer() 공개 메소드

Constructor
public Timer ( ) : System
리턴 System
        public Timer()
        {
            timer = new System.Threading.Timer(new TimerCallback(TimerProc));
        }