-2

How to navigate from one window to other using NavigationService in locator. I tried

var navigationService = new NavigationService(); 

The above line showing error. It tells navigationservice doesnot takes zero arguements

Gopichandar
  • 2,742
  • 2
  • 24
  • 54
VShetty
  • 69
  • 3
  • 12

1 Answers1

0

like the comments mention you provided not much information but maybe following question helps: MVVM Light 5.0: How to use the Navigation service

Or maybe you can look at the docs or posts from the author. http://www.mvvmlight.net/doc/nav1.cshtml

or... if you use google you find blog posts like this... https://marcominerva.wordpress.com/2014/10/10/navigationservice-in-mvvm-light-v5/

HTH

Community
  • 1
  • 1
silverfighter
  • 6,762
  • 10
  • 46
  • 73