Exemplo n.º 1
0
        private void GörüntüleToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Goruntule g2 = new Goruntule();

            g2.Show();
            this.Hide();
        }