Mono.Nat.UpnpSearcher.OnDeviceFound C# (CSharp) Méthode

OnDeviceFound() private méthode

private OnDeviceFound ( Mono.Nat.DeviceEventArgs args ) : void
args Mono.Nat.DeviceEventArgs
Résultat void
        private void OnDeviceFound(DeviceEventArgs args)
        {
            if (DeviceFound != null)
                DeviceFound(this, args);
        }