Arpit Sirohi
How can I play a song in a c# console?
I think you can also use a simple timer for this if there is a time duration . Just use the System.Timer system create an object timer = new System.Timers.Timer() ; and after the interval you can just reset the timer and exit
7 replies