private void label4_Click(object sender, EventArgs e) { HELP hELP = new HELP(); hELP.ShowDialog(); }
private void pictureBox3_Click(object sender, EventArgs e) { HELP hELP = new HELP(); hELP.ShowDialog(); }