static void Main(string[] args) { Console.Title = "Bulk Messaging Console App"; TimerService.Run(); Console.Read(); }
protected override void OnStart(string[] args) { TimerService.Run(); }