IInternalConfigSettingsFactory
namespace System.Configuration.Internal
{
public interface IInternalConfigSettingsFactory
{
void SetConfigurationSystem(IInternalConfigSystem internalConfigSystem, bool initComplete);
void CompleteInit();
}
}