Exemplo n.º 1
0
        private void הוראותToolStripMenuItem_Click(object sender, EventArgs e)
        {
            instructions in1 = new instructions();

            in1.Show();
            SystemSounds.Beep.Play();
        }
Exemplo n.º 2
0
        private void button3_Click(object sender, EventArgs e)
        {
            instructions s1 = new instructions();

            s1.Show();
        }
Exemplo n.º 3
0
        private void הוראותToolStripMenuItem_Click(object sender, EventArgs e)
        {
            instructions s = new instructions();

            s.Show();
        }