private void OnNewARP(ArpEventArgs e) { EventHandler <ArpEventArgs> handler = NewARP; if (handler != null) { handler(this, e); } }
private void OnNewARP(ArpEventArgs e) { EventHandler<ArpEventArgs> handler = NewARP; if (handler != null) { handler(this, e); } }