Example #1
0
        public TwitterApi(ApiCallOptions options)
        {
            if (options == null)
                throw new ArgumentNullException("options");

            this.options = options;
        }
Example #2
0
        public TwitterApi(ApiCallOptions options)
        {
            if (options == null)
            {
                throw new ArgumentNullException("options");
            }

            this.options = options;
        }