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