Пример #1
0
 public T LoadConfig <T>(string path)
 {
     return(ConfigHelper.Load <T>(Pathfinder.MergePath(this.ConfigPath, path)));
 }