Esempio n. 1
0
 public MainPage()
 {
     this.InitializeComponent();
     this.tileView.ItemsSource = MyViewModel.GenerateItems();
 }