✅ [solved] Learning Desktop App WPF Application
Ok. So I've built the front-end part of the welcome screen. I'm learning how to do this so be gentle please lol but it's my math game. I'm taking it from a console based app to an actual desktop app. So my question is, I have 2 sets of radio button selections, a combobox, and 2 buttons.
In my
In my
StartGame_Click method, I want to be able to capture the input from the radio buttons so that I can pass the needed information to the required functions. How do I get the radio button selections?