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