Ejemplo n.º 1
0
 protected virtual void OnPrivmsg(PrivmsgEventArgs args)
 {
     if (Privmsg != null)
     {
         Privmsg(this, args);
     }
 }
Ejemplo n.º 2
0
 protected virtual void OnPrivmsg (PrivmsgEventArgs args) {
     if (Privmsg != null) {
         Privmsg (this, args);
     }
 }