Пример #1
0
 public static void SetTranslatedName(this ChaFile chaFile, int index, string name)
 {
     TranslationHelper.Logger?.DebugLogDebug($"Extensions.SetTranslatedName: {chaFile} {index} {name}");
     chaFile.SafeProc(cf =>
                      cf.GetTranslationHelperController().SafeProcObject(c => c.SetTranslatedName(index, name)));
 }