Esempio n. 1
0
 /// <summary>
 /// Sets a bool in the ini.
 /// </summary>
 /// <param name="section">Section of the key.</param>
 /// <param name="name">Name of the key.</param>
 /// <param name="value">Value that should be written.</param>
 public static void SetBool(string section, string name, bool value)
 => StaticInstance.SetBool(section, name, value);