Exemplo n.º 1
0
        public Configurator(string path, IFileRepositoryService client)
        {
            InitializeComponent();
            _liveUpdateClient = client;
            var isProtected = false;

            _currentConfiguration            = ConfigurationManagerHelper.LoadConfiguration(path, client, ref isProtected);
            _currentConfigurationIsProtected = isProtected;
        }