コード例 #1
0
 public PopulaterFacade()
 {
     Authenticator  = FBAuthenticator.Instance;
     WeatherFetcher = new WeatherFetcherCached();
     WeatherFetcher.Authenticator = Authenticator;
     AppIDForm = new AppIdOptionsForm();
 }
コード例 #2
0
 public void PrepareApp()
 {
     AppIDForm = new AppIdOptionsForm();
     AppIDForm.ShowDialog();
     Authenticator.Login(AppIDForm.AppId);
 }