Exemple #1
0
        private void button5_Click(object sender, EventArgs e)
        {
            // 7 8 9 6
            OgrenciBusiness ogrenci = new OgrenciBusiness();

            ogrenci.z(textBox7, textBox8, textBox9, textBox6);
        }