Example #1
0
 //FormKullaniciDuzenleme kullaniciDuzenle;
 private void txtTCKimlik_Leave(object sender, EventArgs e)
 {
         Kontrol.TextboxKontrol(txtTCKimlik);
         if (!Kontrol.TcKimlikKontrol(txtTCKimlik))
         {
             txtTCKimlik.Focus();
         }
     
 }
Example #2
0
 private void txtKullaniciAdi_Leave(object sender, EventArgs e)
 {
     Kontrol.TextboxKontrol(txtKullaniciAdi);
     Kontrol.UsernameKontrol(txtKullaniciAdi);
 }