コード例 #1
0
 public static void SetInt(string name, int?value)
 {
     SettingsContainer.SetInt(name, value);
 }