Example #1
0
 public ConfigHelper(string path)
 {
     config = ConfigurationManager.OpenExeConfiguration(path);
     Path   = path;
 }