Exemple #1
0
 public void KullaniciOlusturGizle()
 {
     Width  = 355;
     Height = 265;
     TxtEposta.Hide();
     BttnYeniKullaniciOluştur.Hide();
 }
Exemple #2
0
 public void KullaniciOlusturGoster()
 {
     Width  = 355;
     Height = 370;
     TxtEposta.Show();
     BttnYeniKullaniciOluştur.Show();
 }