예제 #1
0
파일: Base.cs 프로젝트: dametdame/Interests
 static Base()
 {
     InterestsSettings.WriteAll();
 }
예제 #2
0
 public override void WriteSettings()
 {
     InterestsSettings.WriteAll();
     base.WriteSettings();
 }