コード例 #1
0
 private void timer_Tick(object sender, EventArgs e)
 {
   EmailNotification en = new EmailNotification();
   en.DoSendMailTask();      
 }
コード例 #2
0
 static void Main(string[] args)
 {
   EmailNotification en = new EmailNotification();
   en.DoSendMailTask();      
 }