예제 #1
0
 void InitNotifications()
 {
     using (new MethodTracer(Logger))
     {
         m_notifications = new NotificationProducer(m_settings.Notifications);
     }
 }
예제 #2
0
파일: SmtpAgent.cs 프로젝트: DM-TOR/nhin-d
 void InitNotifications()
 {
     using (new MethodTracer(Logger))
     {
         m_notifications = new NotificationProducer(m_settings.Notifications);
     }
 }