CapRaffle.WinService.RafflingService.OnStart C# (CSharp) Method

OnStart() protected method

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