예제 #1
0
        static void Main(string[] args)
        {
            Console.Title = "Bulk Messaging Console App";

            TimerService.Run();
            Console.Read();
        }
예제 #2
0
 protected override void OnStart(string[] args)
 {
     TimerService.Run();
 }