OpenHome.Net.ControlPoint.Proxies.CpProxyAvOpenhomeOrgProduct1.ManufacturerImageUriPropertyChanged C# (CSharp) 메소드

ManufacturerImageUriPropertyChanged() 개인적인 메소드

private ManufacturerImageUriPropertyChanged ( ) : void
리턴 void
        private void ManufacturerImageUriPropertyChanged()
        {
            lock (iPropertyLock)
            {
                ReportEvent(iManufacturerImageUriChanged);
            }
        }
CpProxyAvOpenhomeOrgProduct1