예제 #1
0
 public StreamViewModel()
 {
     JsonContent  = new ObservableCollection <JsonContent>();
     StartCommand = new TwitterCommand <object>(OnStart);
 }
예제 #2
0
 public TweetViewModel()
 {
     RefreshCommand = new TwitterCommand <object>(OnRefresh);
 }