Exemplo n.º 1
0
 public mhrsReceteSorgula()
 {
     InitializeComponent();
     _recete       = new Receteler();
     _recetelerBLL = new RecetelerBLL();
     _hastalarBLL  = new HastalarBLL();
     _hasta        = new Hastalar();
     _doktor       = new Doktorlar();
     _doktorlarBLL = new DoktorlarBLL();
 }
Exemplo n.º 2
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       = '*';
        }
Exemplo n.º 3
0
 public mhrsRandevularim(Hastalar hasta)
 {
     InitializeComponent();
     _doktorlarBLL     = new DoktorlarBLL();
     _randevularBLL    = new RandevularBLL();
     _seanslarBLL      = new SeanslarBLL();
     _hastaneDetayBLL  = new HastaneDetayBLL();
     _hastanelerBLL    = new HastanelerBLL();
     _polikliniklerBLL = new PolikliniklerBLL();
     _departmanBLL     = new DepartmanBLL();
     _hastane          = new Hastaneler();
     _doktor           = new Doktorlar();
     _hasta            = hasta;
     _poliklinikler    = new Poliklinikler();
     _departmanlar     = new Departmanlar();
 }