Exemplo n.º 1
0
        public TwitterApi(ApiCallOptions options)
        {
            if (options == null)
                throw new ArgumentNullException("options");

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

            this.options = options;
        }