-
Notifications
You must be signed in to change notification settings - Fork 0
How to use it?
Junevy edited this page Mar 17, 2026
·
1 revision
- Download the dll and reference it
- Download "Microsoft.Extensions.DependencyInjection" from nuget (The IServiceProvider from here).
- Create xaml file in wpf project and input
xmlns:sn="clr-namespace:SimpleNavigation;assembly=SimpleNavigation"
- Create a Frame control and assign the regionname
- Register Region or Route and build the IServiceProvider
- Got it!