示例#1
0
文件: Server.cs 项目: neiz/JabbR.Eto
		protected virtual void OnGlobalMessageReceived (NotificationEventArgs e)
		{
			if (GlobalMessageReceived != null)
				GlobalMessageReceived (this, e);
		}
示例#2
0
 void HandleGlobalMessageReceived(object sender, NotificationEventArgs e)
 {
     AddNotification(e.Message);
 }