Example #1
0
 private void OnUseProductionDatabase()
 {
     ConnectionHelper.CNNProduction();
     ConnectionHelper.SaveConnectionString();
     TestVersionHinweis = "Produktion";
     Properties.Settings.Default.IsTest = false;
     Properties.Settings.Default.Save();
 }