Esempio n. 1
0
 private void Form2_Load(object sender, EventArgs e)
 {
     RestaurantsGrid.DataSource = DataAcess.AcessRestaurantsFound();
 }