Ejemplo n.º 1
0
        private void button5_Click(object sender, EventArgs e)
        {
            ToptanciKayit toptanci_kayit = new ToptanciKayit();

            toptanci_kayit.toptanci_id         = toptanci_id;
            toptanci_kayit.btnGuncelle.Visible = true;
            toptanci_kayit.btnKaydet.Visible   = false;

            toptanci_kayit.Show();
        }
Ejemplo n.º 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            ToptanciKayit toptanci_kayit = new ToptanciKayit();

            toptanci_kayit.Show();
        }
Ejemplo n.º 3
0
        private void toptanciEkleToolStripMenuItem_Click(object sender, EventArgs e)
        {
            ToptanciKayit toptanci_kayit = new ToptanciKayit();

            toptanci_kayit.Show();
        }