WPF Write Data From a Tree to XML
Hi guys, So I have the tree-view that I described in a older post. Now I need to place the tree-view data in XML files with a logical layout. public class XMLWrite { // At the moment this will remain standar, Read More …