Example #1
0
 public void onRestaurantSelected(RestaurantSection.RestaurantItems restaurant, int position)
 {
     // TO Do add more views
 }
Example #2
0
 public void DisplayRestaurantList(RestaurantSection.RestaurantItems restaurant)
 {
     Restaurant_Item.Text = restaurant.RestaurantName;
 }