OpenHome.Net.ControlPoint.Proxies.CpProxyAvOpenhomeOrgProduct1.ManufacturerImageUriPropertyChanged C# (CSharp) Метод

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

private ManufacturerImageUriPropertyChanged ( ) : void
Результат void
        private void ManufacturerImageUriPropertyChanged()
        {
            lock (iPropertyLock)
            {
                ReportEvent(iManufacturerImageUriChanged);
            }
        }
CpProxyAvOpenhomeOrgProduct1