CapRaffle.WinService.RafflingService.OnStart C# (CSharp) 메소드

OnStart() 보호된 메소드

protected OnStart ( string args ) : void
args string
리턴 void
        protected override void OnStart(string[] args)
        {
            WriteLogEntry("Automatic Raffling has started", EventLogEntryType.SuccessAudit);
            timer.Enabled = true;
        }