Buton Kullanımı [ Yeni Başlayanlar İçin ]
KOD:
Ziyaretçiler için gizlenmiş link,görmek için
Giriş yap veya üye ol.
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();
}