private void kullanıcıYeniKayıtToolStripMenuItem_Click(object sender, EventArgs e)
        {
            KullaniciEkle kullaniciEkle = new  KullaniciEkle();

            kullaniciEkle.Show();
            Hide();
        }
Exemplo n.º 2
0
        public void BolumRolKontrol()
        {
            KullaniciEkle control = new KullaniciEkle();

            control.kullaniciEkle(9, 9, "neclet", "123456");
        }
Exemplo n.º 3
0
        public void KullaniciEkleBoslukKontrol()
        {
            KullaniciEkle control = new KullaniciEkle();

            control.kullaniciEkle(2, 2, "", "");
        }
Exemplo n.º 4
0
        private void btnKEkle_Click(object sender, EventArgs e)
        {
            KullaniciEkle kform = new KullaniciEkle();

            kform.ShowDialog();
        }
Exemplo n.º 5
0
        public void BolumRolKontrol()
        {
            KullaniciEkle control = new KullaniciEkle();//KullaniciEkle formunda 56. satır yorum satırı aktif edilmeli ki, geriye hata mesajı göndersin test başarılı olsun

            control.kullaniciEkle(9, 9, "neclet", "123456");
        }
Exemplo n.º 6
0
        public void KullaniciEkleBoslukKontrol()
        {
            KullaniciEkle control = new KullaniciEkle();//KullaniciEkle formunda 66. satır yorum satırı aktif edilmeli ki, geriye hata mesajı göndersin test başarılı olsun

            control.kullaniciEkle(2, 2, "", "");
        }