Exemplo n.º 1
0
        private void button4_Click(object sender, EventArgs e)
        {
            //this.Hide();
            MusteriKayit musteriKayit = new MusteriKayit();

            musteriKayit.Show();
        }
Exemplo n.º 2
0
        private void button5_Click(object sender, EventArgs e)
        {
            MusteriKayit musteri_kayit = new MusteriKayit();

            musteri_kayit.btnGuncelle.Visible = true;
            musteri_kayit.musteri_id          = musteri_id;
            musteri_kayit.Show();
        }
Exemplo n.º 3
0
        private void musteriEkleToolStripMenuItem_Click(object sender, EventArgs e)
        {
            MusteriKayit musteriKayit = new MusteriKayit();

            musteriKayit.Show();
        }