I\'d like to do:
Window newWindow = new Window(); newWindow.Show(); while (true) { Console.Write(\"spin\"); }
I.e., I\'m doing an int
You need to run a separate message loop in the new thread using the Application class.