public mhrsKayitOl()
 {
     InitializeComponent();
     _hastalarBLL       = new HastalarBLL();
     txtAd.KeyPress    += HarfKontrol;
     txtSoyad.KeyPress += HarfKontrol;
 }
Exemple #2
0
 public mhrsHastalarim(Doktorlar Doktor)
 {
     InitializeComponent();
     _doktor        = Doktor;
     _hastalarBLL   = new HastalarBLL();
     _randevularBLL = new RandevularBLL();
     _seanslarBLL   = new SeanslarBLL();
 }
Exemple #3
0
 public mhrsReceteSorgula()
 {
     InitializeComponent();
     _recete       = new Receteler();
     _recetelerBLL = new RecetelerBLL();
     _hastalarBLL  = new HastalarBLL();
     _hasta        = new Hastalar();
     _doktor       = new Doktorlar();
     _doktorlarBLL = new DoktorlarBLL();
 }
Exemple #4
0
        public mhrsGiris()
        {
            InitializeComponent();
            _hastalarBLL  = new HastalarBLL();
            _doktorlarBLL = new DoktorlarBLL();
            _eczacilarBLL = new EczacilarBLL();
            _rollerBLL    = new RollerBLL();


            passChar = true;
            tipPassShow.SetToolTip(picPassChar, "Şifreyi görmek için tıklayın.");
            picPassChar.BackgroundImage = Properties.Resources.icons8_show_password_100;
            txtSifre.PasswordChar       = '*';
        }