public void SetUp()
        {
#if SILVERLIGHT
            this.Client = new GpatentSearchClient();
#else
            this.Client = new GpatentSearchClient(@"http://code.google.com/p/google-api-for-dotnet/");
#endif
        }
Example #2
0
        public void SetUp()
        {
#if SILVERLIGHT
            this.Client = new GpatentSearchClient();
#else
            this.Client = new GpatentSearchClient(@"http://code.google.com/p/google-api-for-dotnet/");
#endif
        }