Beispiel #1
0
 public PopulaterFacade()
 {
     Authenticator  = FBAuthenticator.Instance;
     WeatherFetcher = new WeatherFetcherCached();
     WeatherFetcher.Authenticator = Authenticator;
     AppIDForm = new AppIdOptionsForm();
 }
Beispiel #2
0
 public void ResetApp()
 {
     WeatherFetcher = new WeatherFetcherCached();
     PrepareApp();
 }