Mono.Nat.UpnpSearcher.OnDeviceFound C# (CSharp) Метод

OnDeviceFound() приватный Метод

private OnDeviceFound ( Mono.Nat.DeviceEventArgs args ) : void
args Mono.Nat.DeviceEventArgs
Результат void
        private void OnDeviceFound(DeviceEventArgs args)
        {
            if (DeviceFound != null)
                DeviceFound(this, args);
        }