Ejemplo n.º 1
0
        private void button1_Click(object sender, EventArgs e)
        {
            IlacGoruntuleme ilacBilgileriForm = new IlacGoruntuleme();

            ilacBilgileriForm.Show();
            this.Hide();
        }
Ejemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            //GenelMenu anaMenuForm = new GenelMenu();
            //anaMenuForm.Show();
            //this.Hide();
            IlacGoruntuleme ılacGoruntule = new IlacGoruntuleme();

            ılacGoruntule.Show();
            this.Hide();
        }