protected override void HandleNotification(Notification notification, string displayName)
 {
     BlueFlowerWindow win = new BlueFlowerWindow();
     win.Tag = this;
     win.SetNotification(notification);
     win.SetDisplayLocation(GetLocationFromSetting());
     this.Show(win);
 }
        protected override void HandleNotification(Notification notification, string displayName)
        {
            BlueFlowerWindow win = new BlueFlowerWindow();

            win.Tag = this;
            win.SetNotification(notification);
            win.SetDisplayLocation(GetLocationFromSetting());
            this.Show(win);
        }