コード例 #1
0
 public static void SetContent(string mainKey, string subKey, string text)
 {
     ConfigWriter.WriteDictionary(path, mainKey, subKey, text);
 }