Ejemplo n.º 1
0
        private void MusteriAraButon_Click(object sender, EventArgs e)
        {
            MusteriAra Musteriara = new MusteriAra();

            Musteriara.Show();
        }
Ejemplo n.º 2
0
        private void toolStripMenuItem1_Click(object sender, EventArgs e)
        {
            MusteriAra ara = new MusteriAra();

            ara.Show();
        }