I recently started using C# and WPF for one of my projects.
Is there a quick way of getting an input from the user? I have not been able to find one for WPF projects.
I don't want have to create another window, add OK and Cancel buttons, and add event handlers for everything. I can do it, but I wanted to know a simpler way of doing it.
AFAIK, that was possible in win forms. You can get user input with just one single line of code. Can I do it in WPF as well?