Inheritance: IrcEventArgs
コード例 #1
0
 internal void HandleOnBan(object sender, BanEventArgs e)
 {
     if (OnBan != null)
         OnBan(this, e);
 }
コード例 #2
0
 public void PluginsOnBan(object sender, BanEventArgs e)
 {
     OnBan(this, e);
 }