Day: July 15, 2017 Archives
Get Data from XML File One Punch Man Training App
After creating a saved file we again call the same BeginLoadingSavedData method. This will again check for the now existing XML file. It will end the loop and we can now fetch the data from our saved file. In our SubjectForm.cs put this code outside the while statement. var loader = new XmlLoader(); loader.Load(SavedDataPath); progress […]