コード例 #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();
        }