Ejemplo n.º 1
0
        void SettingsButton_Clicked(object sender, EventArgs args)
        {
            VoiceSettings settings = new VoiceSettings(Voices);

            settings.ShowDialog();
        }
Ejemplo n.º 2
0
        void SettingsButton_Clicked(object sender, EventArgs args)
        {
            VoiceSettings settings = new VoiceSettings(Voices);

            settings.ShowDialog();
        }