I have a few quetions in c# and I'll be glad for some help:
I want to run a method if only the AutoEventReset is available otherwise I want to run another method, else I want the object to wait, How do that?
How do I use multiThreading in c#, except by an array of threads?
I have 2 threads that play wav and sometimes they get into each other what stops the longer of them (like a background music and a bell ring), Is there any way to avoid this?
Thanks!