Misc.cs
using System;
using System.Collections.Generic; using System.Linq; using System.Speech.Synthesis; using System.Text; using System.Threading.Tasks; namespace GenXdev.Helpers { public static class Misc { public static SpeechSynthesizer SpeechCustomized = new SpeechSynthesizer(); public static SpeechSynthesizer Speech = new SpeechSynthesizer(); } } |