コード例 #1
0
ファイル: Server.cs プロジェクト: neiz/JabbR.Eto
		protected virtual void OnGlobalMessageReceived (NotificationEventArgs e)
		{
			if (GlobalMessageReceived != null)
				GlobalMessageReceived (this, e);
		}
コード例 #2
0
ファイル: ServerSection.cs プロジェクト: jschell/JabbR.Eto
 void HandleGlobalMessageReceived(object sender, NotificationEventArgs e)
 {
     AddNotification(e.Message);
 }