FlagAddedNotify() private méthode

private FlagAddedNotify ( IrcUser user, Privilege priv, IrcUser target ) : void
user IrcUser
priv Privilege
target IrcUser
Résultat void
 internal void FlagAddedNotify(IrcUser user, IrcChannel chan, Privilege priv, IrcUser target)
 {
     chan.FlagAddedNotify(user, priv, target);
     OnFlagAdded(user, chan, priv, target);
 }
Exemple #2
0
 internal void FlagAddedNotify(IrcUser user, IrcChannel chan, Privilege priv, IrcUser target)
 {
     chan.FlagAddedNotify(user, priv, target);
     OnFlagAdded(user, chan, priv, target);
 }