Ejemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     ReaderOriginal.GetInstalledVoices().ToList().ForEach(v => Voices.Add(new Voice()
     {
         Name = v.VoiceInfo.Name, InstalledVoice = v
     }));
     allTexts = AllTexts.GetAllTexts();
     LoadComboBox();
     cmbTextes.SelectedIndex = 0;
 }