So I was talking to a guy at work about Threading in C# and decided to create a very simple example of Threading that uses Delegates to return data to the GUI thread.
Figured I would throw it up here in case anyone was interested.
So I was talking to a guy at work about Threading in C# and decided to create a very simple example of Threading that uses Delegates to return data to the GUI thread.
Figured I would throw it up here in case anyone was interested.