예제 #1
0
 static SettingsService()
 {
     // implement singleton pattern
     Instance = Instance ?? new SettingsService();
 }