Ejemplo n.º 1
0
 private void TotalsButton_Click(object sender, EventArgs e)
 {
     MessageBox.Show("Total price of the catalogue is " + catalogue.CalculateSum());
 }