コード例 #1
0
ファイル: ConfigHelper.cs プロジェクト: sunven/DoNetLibrary
 public ConfigHelper(string path)
 {
     config = ConfigurationManager.OpenExeConfiguration(path);
     Path   = path;
 }