Squishy.Irc.IrcClient.UsersAddedNotify C# (CSharp) 메소드

UsersAddedNotify() 개인적인 메소드

private UsersAddedNotify ( IrcChannel chan, IrcUser users ) : void
chan IrcChannel
users IrcUser
리턴 void
        internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
        {
            chan.UsersAddedNotify(users);
            OnUsersAdded(chan, users);
        }