Esempio n. 1
0
 void SortByPriceButton_Click(object sender, EventArgs e)
 {
     _inventory.SortByPrice();
     UpdateInventoryGrid();
 }