Example #1
0
 public string GetGpuProfilesJson()
 {
     try {
         return(SpecialPath.ReadGpuProfilesJsonFile());
     }
     catch (Exception e) {
         Logger.ErrorDebugLine(e);
         return(string.Empty);
     }
 }