Misc.cs

using System.Speech.Synthesis;
 
namespace GenXdev.Helpers
{
    public static class Misc
    {
        public static SpeechSynthesizer SpeechCustomized = new SpeechSynthesizer();
        public static SpeechSynthesizer Speech = new SpeechSynthesizer();
    }
}