ChanCreationTimeSentNotify() private method

private ChanCreationTimeSentNotify ( System.DateTime creationTime ) : void
creationTime System.DateTime
return void
Exemplo n.º 1
0
 internal virtual void ChanCreationTimeNotify(IrcChannel chan, DateTime creationTime)
 {
     chan.ChanCreationTimeSentNotify(creationTime);
     OnChanCreationTime(chan, creationTime);
 }
Exemplo n.º 2
0
 internal virtual void ChanCreationTimeNotify(IrcChannel chan, DateTime creationTime)
 {
     chan.ChanCreationTimeSentNotify(creationTime);
     OnChanCreationTime(chan, creationTime);
 }