Inheritance: IrcEventArgs
コード例 #1
0
 internal void HandleOnOp(object sender, OpEventArgs e)
 {
     if (OnOp != null)
         OnOp(this, e);
 }
コード例 #2
0
 public void PluginsOnOp(object sender, OpEventArgs e)
 {
     OnOp(this, e);
 }