示例#1
0
文件: Server.cs 项目: neiz/JabbR.Eto
		protected virtual void OnUserLeft (UserChannelEventArgs e)
		{
			if (UserLeft != null)
				UserLeft (this, e);
		}
示例#2
0
文件: Server.cs 项目: neiz/JabbR.Eto
		protected virtual void OnUserJoined (UserChannelEventArgs e)
		{
			if (UserJoined != null)
				UserJoined (this, e);
		}