public GroupedItemsPage()
        {
            this.InitializeComponent();
            Common.clsJson _test = new Common.clsJson();

            _test.GetJson("http://search.twitter.com/search.json?q=capitantio&rpp=25&include_entities=true&result_type=mixed");
            clsTwitterJson _info = _test.Result;
        }
Exemple #2
0
        public GroupedItemsPage()
        {
            this.InitializeComponent();
            Common.clsJson _test = new Common.clsJson();

            _test.GetJson("http://search.twitter.com/search.json?q=capitantio&rpp=25&include_entities=true&result_type=mixed");
            clsTwitterJson _info = _test.Result;
        }