Пример #1
0
 private void btnIlkKayit_Click(object sender, EventArgs e)
 {
     ilk = new YeniKullaniciForm();
     kayitvarmi();
     if (durum2)
     {
         ilk.ShowDialog();
     }
     else
     {
         MessageBox.Show("Kayıtlı Kullanıcı var!", "Uyarı", MessageBoxButtons.OK, MessageBoxIcon.Warning);
     }
 }
Пример #2
0
 private void btnYeniKullanici_Click(object sender, EventArgs e)
 {
     yeniKullanici = new YeniKullaniciForm();
     yeniKullanici.ShowDialog();
 }