private void btnHelp_Click_1(object sender, EventArgs e) { reproductor.URL = Application.StartupPath + @"/images/" + "Help.wav"; CSound Ayuda = new CSound(); Ayuda.HelpSound(picHelp); helpTimer.Start(); }