UsersAddedNotify() приватный Метод

private UsersAddedNotify ( IrcUser users ) : void
users IrcUser
Результат void
Пример #1
0
 internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
 {
     chan.UsersAddedNotify(users);
     OnUsersAdded(chan, users);
 }
Пример #2
0
 internal void UsersAddedNotify(IrcChannel chan, IrcUser[] users)
 {
     chan.UsersAddedNotify(users);
     OnUsersAdded(chan, users);
 }