Exemple #1
0
        private void LoadConfiguration()
        {
            Console.WriteLine(Messages.LoadingConfiguration);

            this.configurationManager = new ConfigurationManager <MainConfiguration>(Constants.ConfigurationFilePath);

            this.LoadUsername();

            this.communicationsManager = new EncryptedCommunicationsManager();

            this.LoadPrivateKey();
        }
Exemple #2
0
        private void LoadConfiguration()
        {
            richCommunication.AppendText(Messages.LoadingConfiguration + "\n");

            this.configurationManager = new ConfigurationManager <MainConfiguration>(Constants.ConfigurationFilePath);

            this.LoadUsername();

            this.communicationsManager = new EncryptedCommunicationsManager();

            this.LoadPrivateKey();
        }