Passing parameters to windows

How do you pass parameters to windows within a project apart from adding properties to the calling window or app?

Really depends on what it is you want to pass and when

If its just when you create the window initially you can add a constructor but in that case you might want to turn implicit instances off

I often add a method that I call instead of show and pass parameters to that method. The method does whatever initialization is necessary and then calls Show.