private void button3_Click(object sender, EventArgs e) { ogrenciKayitDal kayit = new ogrenciKayitDal(); kayit.Sil(textBox4); kayit.Goruntule(dataGridView1); }
private void button2_Click(object sender, EventArgs e) { ogrenciKayitDal kayit = new ogrenciKayitDal(); kayit.Ekle(textBox1, textBox2, textBox3); kayit.Goruntule(dataGridView1); }