Example #1
0
 void InitNotifications()
 {
     using (new MethodTracer(Logger))
     {
         m_notifications = new NotificationProducer(m_settings.Notifications);
     }
 }
Example #2
0
 void InitNotifications()
 {
     using (new MethodTracer(Logger))
     {
         m_notifications = new NotificationProducer(m_settings.Notifications);
     }
 }