RaumfeldNET.ConfigManager.configService_onZoneSetupChanged C# (CSharp) Метод

configService_onZoneSetupChanged() защищенный Метод

protected configService_onZoneSetupChanged ( CpConfigService _configService ) : void
_configService RaumfeldNET.UPNP.CpConfigService
Результат void
        protected void configService_onZoneSetupChanged(CpConfigService _configService)
        {
            if (zoneSetupChanged != null) zoneSetupChanged();
        }