i want to inside the c# code when onclick the button that time come fire something ....anyone can help me? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

i want to inside the c# code when onclick the button that time come fire something ....anyone can help me?

for c# exporters to take this challenge

30th Jul 2017, 9:44 PM
Devid
Devid - avatar
3 Respostas
0
private void button1_Click(object sender, System.EventArgs e) { MessageBox.Show ("Hello"); } Like this?
31st Jul 2017, 4:49 AM
sneeze
sneeze - avatar
+ 1
yeah bro thank you so much but i expected more code inside the onclick funtion....
31st Jul 2017, 5:20 AM
Devid
Devid - avatar
0
Nope. This is all there is, it is all up to you.
31st Jul 2017, 7:52 PM
sneeze
sneeze - avatar