BanListCompleteNotify() private method

private BanListCompleteNotify ( ) : void
return void
コード例 #1
0
 internal void BanListCompleteNotify(IrcChannel chan)
 {
     chan.BanListCompleteNotify();
     OnBanListComplete(chan);
 }
コード例 #2
0
ファイル: IrcClient.cs プロジェクト: WCell/WCell-UtilityBot
 internal void BanListCompleteNotify(IrcChannel chan)
 {
     chan.BanListCompleteNotify();
     OnBanListComplete(chan);
 }