void SpiderHost_Notify(object sender, NotificationEventArgs e) { // this.infoBar.ShowMessage(e.Text, e.Type); }
public void OnNotify(object sender, NotificationEventArgs e) { if (this.Notify != null) { this.Notify(sender, e); } }