private void הוראותToolStripMenuItem_Click(object sender, EventArgs e) { instructions in1 = new instructions(); in1.Show(); SystemSounds.Beep.Play(); }
private void button3_Click(object sender, EventArgs e) { instructions s1 = new instructions(); s1.Show(); }
private void הוראותToolStripMenuItem_Click(object sender, EventArgs e) { instructions s = new instructions(); s.Show(); }