예제 #1
0
 /// <summary>
 /// Signals the object that initialization is complete.
 /// </summary>
 public void EndInit()
 {
     System.Diagnostics.Debug.WriteLine($"TaskEventWather: {nameof(EndInit)}");
     initializing = false;
     TaskService.EndInit();
     if (enabled)
     {
         StartRaisingEvents();
     }
 }