예제 #1
0
        void SettingsButton_Clicked(object sender, EventArgs args)
        {
            VoiceSettings settings = new VoiceSettings(Voices);

            settings.ShowDialog();
        }
예제 #2
0
        void SettingsButton_Clicked(object sender, EventArgs args)
        {
            VoiceSettings settings = new VoiceSettings(Voices);

            settings.ShowDialog();
        }