Beispiel #1
0
 private Notify()
 {
     Application.Current.Dispatcher.Invoke(new Action(() =>
     {
         growlNotifications      = new GrowlNotifiactions();
         growlNotifications.Top  = SystemParameters.WorkArea.Top + 20;
         growlNotifications.Left = SystemParameters.WorkArea.Left + SystemParameters.WorkArea.Width - 380;
     }));
 }