예제 #1
0
 public ScanSevice()
 {
     alchemy = new AlchemyAPI();
     alchemy.LoadAPIKey("api_key.txt");
     humanlist = new List<SocialAPI.Human>();
     humans = new Dictionary<Human, string[]>();
 }
예제 #2
0
 public SearchNET()
 {
     alchemy = new AlchemyAPI();
     alchemy.LoadAPIKey(HostingEnvironment.ApplicationPhysicalPath + "bin\\api_key.txt");
     manlist = new List<Man>();
 }