Ejemplo n.º 1
0
 public static NotifyManager GetInstance()
 {
     return(INSTANCE ?? (INSTANCE = new NotifyManager()));
 }
Ejemplo n.º 2
0
 private void OnStartup(object sender, StartupEventArgs eventArgs)
 {
     notifyManager = NotifyManager.GetInstance();
     notifyManager.StartService();
     //notifyManager.ShowWindow();
 }