Esempio n. 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            ogrenciKayitDal kayit = new ogrenciKayitDal();

            kayit.Sil(textBox4);

            kayit.Goruntule(dataGridView1);
        }
Esempio n. 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            ogrenciKayitDal kayit = new ogrenciKayitDal();

            kayit.Ekle(textBox1, textBox2, textBox3);

            kayit.Goruntule(dataGridView1);
        }