BanListCompleteNotify() private method

private BanListCompleteNotify ( ) : void
return void
Exemplo n.º 1
0
 internal void BanListCompleteNotify(IrcChannel chan)
 {
     chan.BanListCompleteNotify();
     OnBanListComplete(chan);
 }
Exemplo n.º 2
0
 internal void BanListCompleteNotify(IrcChannel chan)
 {
     chan.BanListCompleteNotify();
     OnBanListComplete(chan);
 }