Beispiel #1
0
        private void btnOpenKeyFileDialoge_Click(object sender, EventArgs e)
        {
            var dlgKeyFile = new View.frmKeyfiles(ConfigController.Configuration.KeyFiles);

            dlgKeyFile.ShowDialog();
            ConfigController.Configuration.KeyFiles = dlgKeyFile.KeyFiles;
        }
Beispiel #2
0
 private void btnOpenKeyFileDialoge_Click(object sender, EventArgs e)
 {
     var dlgKeyFile = new View.frmKeyfiles(ConfigController.Configuration.KeyFiles);
     dlgKeyFile.ShowDialog();
     ConfigController.Configuration.KeyFiles = dlgKeyFile.KeyFiles;
 }