Exemplo n.º 1
0
 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();
 }
Exemplo n.º 2
0
 private void TrackBar2_ValueChanged(object sender, EventArgs e)
 {
     MascotForm.ResetFrequency(trackBar2.Value);
 }
Exemplo n.º 3
0
 private void TrackBar1_ValueChanged(object sender, EventArgs e)
 {
     MascotForm.ResetTimer(trackBar1.Value);
 }