コード例 #1
0
ファイル: Config.cs プロジェクト: isabella232/gnome-subtitles
 private void Set(string key, bool value)
 {
     try {
         settings.SetBoolean(key, value);
     }
     catch (Exception e) {
         Logger.Error(e);
     }
 }