Exemplo n.º 1
0
 void PopulateTweetList(string[] results)
 {
     ListAdapter    = new ArrayAdapter <string>(this, Resource.Layout.ItemView, results);
     _savedInstance = new TweetListWrapper {
         Tweets = results
     };
 }
				void PopulateTweetList (string[] results)
				{
						ListAdapter = new ArrayAdapter<string> (this, Resource.Layout.ItemView, results);
						_savedInstance = new TweetListWrapper{Tweets=results};
				}