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