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

private TopicChangedNotify ( IrcUser user, string text, bool initial ) : void
user IrcUser
text string
initial bool
Результат void
Пример #1
0
 internal void TopicNotify(IrcUser user, IrcChannel chan, string text, bool initial)
 {
     chan.TopicChangedNotify(user, text, initial);
     OnTopic(user, chan, text, initial);
 }
Пример #2
0
 internal void TopicNotify(IrcUser user, IrcChannel chan, string text, bool initial)
 {
     chan.TopicChangedNotify(user, text, initial);
     OnTopic(user, chan, text, initial);
 }