Konu
c# checkbox problemi
01-02-2018, 17:10:17
#3
mustafadgr
Dediğin şöyle:
int x;
if(chesckbox1.checked==true)
{
x=5
}
Butonada: label1.text=x.tostring();