BanListCompleteNotify() 개인적인 메소드

private BanListCompleteNotify ( ) : void
리턴 void
예제 #1
0
 internal void BanListCompleteNotify(IrcChannel chan)
 {
     chan.BanListCompleteNotify();
     OnBanListComplete(chan);
 }
예제 #2
0
 internal void BanListCompleteNotify(IrcChannel chan)
 {
     chan.BanListCompleteNotify();
     OnBanListComplete(chan);
 }