private void testingToolStripMenuItem_Click(object sender, EventArgs e)
        {
            dictionaryform.ActiveForm.Hide();
            testingform b = new testingform();

            b.Show();
        }
예제 #2
0
        private void pictureBox3_Click(object sender, EventArgs e) // resimlere tıklandığında ilgili sayfalara gidilmesini sağlayan metodlar
        {
            Form1.ActiveForm.Hide();
            testingform b = new testingform();

            b.Show();
        }