- Recovery

This commit is contained in:
2022-10-09 12:27:47 +09:00
parent f53695b228
commit 9052652122
30 changed files with 1112 additions and 219 deletions

View File

@@ -4,7 +4,7 @@ using System.Xml.Serialization;
namespace CommonLibrary
{
public static class XMLSystem
public static class XmlSystem
{
public static bool Save<T>(string path, T data) where T : struct
{