コード例 #1
0
ファイル: TwitterFacade.cs プロジェクト: Mittchel/benchmark
 public TwitterFacade()
 {
     this.searchTweetz = new SearchTweets();
     this.searchPlaces = new SearchPlaces();
     this.locationTrends = new LocationTrends();
     this.legalInformation = new LegalInformation();
 }
コード例 #2
0
ファイル: TwitterIlLegal.cs プロジェクト: igmar/HUSACCT
 public TwitterIlLegal()
 {
     this.legalInformation = new LegalInformation();
 }