コード例 #1
0
ファイル: Configurator.cs プロジェクト: maurbone/DocSuitePA
        public Configurator(string path, IFileRepositoryService client)
        {
            InitializeComponent();
            _liveUpdateClient = client;
            var isProtected = false;

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