Esempio n. 1
0
 private void comboBoxDecoration_SelectedIndexChanged(object sender, EventArgs e)
 {
     DB.CakePrice(comboBoxDecoration.Text, 4);
     PriceTB.Text = DB.price.ToString();;
 }
Esempio n. 2
0
 private void comboBoxFrosting_SelectedIndexChanged(object sender, EventArgs e)
 {
     DB.CakePrice(comboBoxFrosting.Text, 3);
     PriceTB.Text = DB.price.ToString();;
 }