You are confusing Console Applications Approach and WinForms Approach. In Console you can break the current workflow and wait for input like Console.ReadLine() there is however no direct substitute in WF since it works with Triggers (Buttons as example) to pause, chip in, and let it run. In short: you fire an event.
So no there is no real equivalent