public ConfigForm(MascotForm form, Microphone2 mic, ApplicationSound appSound) { mascotForm = form; microphone = mic; applicationSound = appSound; applicationSound.Refresh(); InitializeComponent(); InitializeRadioButton(); SetEvents(); SetMicrophoneDeviceList(); SetApplicationSoundNameList("Render"); SetApplicationSoundNameList("Capture"); IndicateMicrophoneVolumeLevel(); }
private void TrackBar2_ValueChanged(object sender, EventArgs e) { MascotForm.ResetFrequency(trackBar2.Value); }
private void TrackBar1_ValueChanged(object sender, EventArgs e) { MascotForm.ResetTimer(trackBar1.Value); }