Ejemplo n.º 1
0
 public Tweets()
 {
     this.InitializeComponent();
     ViewModel = new TweetsViewModel();
     ViewModel.setPivotItems();
 }