Esempio n. 1
0
		protected virtual void OnUserLeft (UserChannelEventArgs e)
		{
			if (UserLeft != null)
				UserLeft (this, e);
		}
Esempio n. 2
0
		protected virtual void OnUserJoined (UserChannelEventArgs e)
		{
			if (UserJoined != null)
				UserJoined (this, e);
		}