Exemple #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Form ac = new musteriKayit(this.comboBox5);

            ac.ShowDialog();
            listele();
        }
        private void button2_Click(object sender, EventArgs e)
        {
            Form a = new musteriKayit(this.cmbtc);

            a.ShowDialog();
            kayıtgetır();
        }