Esempio n. 1
0
 public Service()
 {
     Settings = Storage.Get<Settings>("CurrentSettings") ?? new Settings();
     Socialcast = new Socialcast();
 }
Esempio n. 2
0
 public Service()
 {
     Settings   = Storage.Get <Settings>("CurrentSettings") ?? new Settings();
     Socialcast = new Socialcast();
 }