Exemplo n.º 1
0
 private void button3_Click(object sender, EventArgs e)
 {
     if (hasta != null)
     {
         if (true == sayiKontrol(txtDosyaNo.Text) && txtDosyaNo.Text != "")
         {
             HastaBilgileri hastaBilgileri = new HastaBilgileri();
             hastaBilgileri.Show();
             Hasta.KullaniciBilgileriDoldur(hastaBilgileri, hasta);
             hastaBilgileri.btnKaydet.Text = "Güncelle";
         }
         else
         {
             MessageBox.Show("Bir dosya numarası giriniz..");
         }
     }
 }
Exemplo n.º 2
0
        private void button5_Click(object sender, EventArgs e)
        {
            HastaBilgileri hastaBilgileri = new HastaBilgileri();

            hastaBilgileri.Show();
        }