Example #1
0
 private void btnAcheter_Click(object sender, EventArgs e)
 {
     bS.achatBillet(Convert.ToInt32(cbxTribunes.Text), Convert.ToInt32(cbxMatch.Text), Convert.ToInt32(txtbNbPlace), idSocio);
 }
Example #2
0
 private void btnAcheter_Click(object sender, EventArgs e)
 {
     bS.achatBillet(cbxTribunes.Text, cbxMatch.Text, idSocio);
 }