public StreamViewModel() { JsonContent = new ObservableCollection <JsonContent>(); StartCommand = new TwitterCommand <object>(OnStart); }
public TweetViewModel() { RefreshCommand = new TwitterCommand <object>(OnRefresh); }