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

            }
        }