Beispiel #1
0
 /// <summary>
 /// Starts the service if it is enabled in the configuration.
 /// </summary>
 /// <returns>True if the service has started.</returns>
 public bool Start()
 {
     return(NotificationHandler.StartNotificationSystem());
 }