Example #1
0
 private void CkMeat_CheckedChanged(object sender, EventArgs e)
 {
     CheckUncheckConditions.CheckConditions(txtMeat, ckMeat);
 }
Example #2
0
 private void ChChay_CheckedChanged(object sender, EventArgs e)
 {
     CheckUncheckConditions.CheckConditions(txtChay, chChay);
 }
Example #3
0
 private void CkPelmeny_CheckedChanged(object sender, EventArgs e)
 {
     CheckUncheckConditions.CheckConditions(txtPelmeny, ckPelmeny);
 }
Example #4
0
 private void ChVodka_CheckedChanged(object sender, EventArgs e)
 {
     CheckUncheckConditions.CheckConditions(txtVodka, chVodka);
 }
Example #5
0
 private void ChJuise_CheckedChanged(object sender, EventArgs e)
 {
     CheckUncheckConditions.CheckConditions(txtJuice, chJuise);
 }
Example #6
0
 private void ChCofee_CheckedChanged(object sender, EventArgs e)
 {
     CheckUncheckConditions.CheckConditions(txtCofee, chCofee);
 }
Example #7
0
 private void CkBorsh_CheckedChanged(object sender, EventArgs e)
 {
     CheckUncheckConditions.CheckConditions(txtBorsh, ckBorsh);
 }