Squishy.Irc.IrcClient.ChanCreationTimeNotify C# (CSharp) 메소드

ChanCreationTimeNotify() 개인적인 메소드

private ChanCreationTimeNotify ( IrcChannel chan, System.DateTime creationTime ) : void
chan IrcChannel
creationTime System.DateTime
리턴 void
        internal virtual void ChanCreationTimeNotify(IrcChannel chan, DateTime creationTime)
        {
            chan.ChanCreationTimeSentNotify(creationTime);
            OnChanCreationTime(chan, creationTime);
        }