C#
MoufidaAkermi
Messages postés
1
Statut
Membre
-
tsri_badr_esgi Messages postés 581 Statut Membre -
tsri_badr_esgi Messages postés 581 Statut Membre -
Salut ,
je cherche la faute dans ce code
private void btnrdComp1_KeyPress(object sender, KeyPressEventArgs e)
{
e.Handled = true;
Comptage1 cp1 = new Comptage1();
if (btnrdComp1.Checked)
{
cp1.setOperation = 1;
}
if (btrdComp2.Checked)
{
cp1.setOperation = 2;
}
if (btrdComp3.Checked)
{
cp1.setOperation = 3;
}
cp1.Show();
}
Merci d'avance :)
je cherche la faute dans ce code
private void btnrdComp1_KeyPress(object sender, KeyPressEventArgs e)
{
e.Handled = true;
Comptage1 cp1 = new Comptage1();
if (btnrdComp1.Checked)
{
cp1.setOperation = 1;
}
if (btrdComp2.Checked)
{
cp1.setOperation = 2;
}
if (btrdComp3.Checked)
{
cp1.setOperation = 3;
}
cp1.Show();
}
Merci d'avance :)