コード例 #1
0
ファイル: Base.cs プロジェクト: dametdame/Interests
 static Base()
 {
     InterestsSettings.WriteAll();
 }
コード例 #2
0
 public override void WriteSettings()
 {
     InterestsSettings.WriteAll();
     base.WriteSettings();
 }