csharp

  1. KoihimeNakamura

    C# question. Attempting to simplify some code

    Here is the code: http://pastebin.com/0ZL8rJb1 The main thing I want to see if I can simplify is the validation functions and the LoadProperties function. It's very repetitive, so I'm curious if I'm writing it wrong. The json file, PropertyName and PropertyHandler are added to show where the...
  2. KoihimeNakamura

    C# and XML

    I'm trying to think of a good way to save/load. But I can't think of any real way to pass the XML from the program reading it to the library that interprets it. I'd rather NOT use XMLDocument but if people think I should, I would.

Back
Top Bottom