⏩ OldSchoolKO ✅ | " VALHALLA " 2.000.000 TL ÖDÜL ⭐ 3 YIL ARADAN SONRA ✅ v.1098 MYKO EFSANESİ ⚔ OFFICIAL 17.05.2024 - 21:00 ⏪
Cuceko

C# | AcceptCancelButton [ Yeni Başlayanlar ]

  •         

            

            

            

            

  • HyperFilter | DoS Protection | DDoS Protection | DoS Mitigation | DDoS Mitigation | AntiDoS | AntiDDoS | Proxy Shielding
E Çevrimdışı
11 Ocak 2012
12,856
105
63
Buton Kullanımı [ Yeni Başlayanlar İçin ]





KOD:



Kod:
private void button1_Click(object sender, System.EventArgs e)

{

if (textBox1.Text == “1234″)

MessageBox.Show(“Şifre doğru”);

else

MessageBox.Show(“Şifre Yanlış”);

}



private void button2_Click(object sender, System.EventArgs e)

{

Close();

}