コード例 #1
0
 public void IniWriteValue(string Section, string Key, string Value)
 {
     IniClass.WritePrivateProfileString(Section, Key, Value, this.path);
 }