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