public void Notification(Pixbuf image, string stripUrl, string name, string author) { Application.Invoke(delegate { PopupWindow window = new PopupWindow(); window.PopupDelay = popupDelay; window.Notification(image, stripUrl, name, author); }); }
public void Notification(Pixbuf image, string stripUrl, string name, string author) { Application.Invoke (delegate { PopupWindow window = new PopupWindow (); window.PopupDelay = popupDelay; window.Notification (image, stripUrl, name, author); }); }