示例#1
0
        private void הוראותToolStripMenuItem_Click(object sender, EventArgs e)
        {
            instructions in1 = new instructions();

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

            s1.Show();
        }
示例#3
0
文件: PC.cs 项目: yoniw2000/reversi
        private void הוראותToolStripMenuItem_Click(object sender, EventArgs e)
        {
            instructions s = new instructions();

            s.Show();
        }