Exemplo n.º 1
0
 private async void SaveZeroActivated()
 {
     PartyUIUpdater.GiveVariablesSlider <PartyControlSimple, PartyControlSimple>(this, null);
     await SoundInput.StartMicrophoneInputSafely();
 }
Exemplo n.º 2
0
        //Microphone input

        private async void SelectedMicrophoneInput()
        {
            GiveMicrophoneInputSlidersVariables();
            await SoundInput.StartMicrophoneInputSafely();
        }