예제 #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);
 }