Exemplo n.º 1
0
        private void OnNewARP(ArpEventArgs e)
        {
            EventHandler <ArpEventArgs> handler = NewARP;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Exemplo n.º 2
0
        private void OnNewARP(ArpEventArgs e)
        {
            EventHandler<ArpEventArgs> handler = NewARP;

            if (handler != null)
            {
                handler(this, e);
            }
        }