Esempio n. 1
0
 public void Load_All_Tier(Tiers tiers)
 {
     dataGridView1.DataSource = tiers.AllTiers();
 }