I am a beginner in wpf Csharp. I developed an application with several menus and each menu is linked to a Usercontrol. I would like to make two buttons in my application which will functions as Previous Action and Next Action.
The goal is to allow the user to return to a previous action or navigate between all usercontrol ..
Can you help me with this logic?
PS: i am not talking about webrowser.
AS