Ejemplo n.º 1
0
 private void FavoriteBtn_Click(object sender, RoutedEventArgs e)
 {
     VmMain.full_list = RecipeDAO.getFavoriteList();
 }