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); } }
private void btnYeniKullanici_Click(object sender, EventArgs e) { yeniKullanici = new YeniKullaniciForm(); yeniKullanici.ShowDialog(); }