I\'m working on a card game in C# for a project on my Intro to OOP paper and have got the game working now but am adding \"flair\" to the GUI.
Currently cards are de
I would try puting the code that deals the deck ( and calls Thread.Sleep) in another thread.