I have .xml file to store my data from my application.
Now I would like to click on the .xml file -> start my application with data loaded from the .xml file.
What makes application to run the xml parsing metods ?
I have no idea how to do this, what exactly happens when I open .xml file with my application ? Does Windows fetch the application some kind of parameter with .xml file path or something ? Also WPF does not seem to have the Main() method which usually handles these parameters.
Any idea how to do it ?