Tagged Questions
1
vote
2answers
830 views
WinForms - Custom XML Editor
I've created a small HTML/JavaScript based mini-web app that reads data from an XML file.
Now, I need to create an offline WinForms editor for this XML file. I'm fully aware that using an XML file to ...