Initial commit

This commit is contained in:
qwsdcvghyu89
2025-09-21 16:42:18 +10:00
commit 03c5efe27b
19 changed files with 470 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
using System.Xml;
namespace aeqw89.tools.Publish;
internal sealed class Content : Item {
public Content(XmlElement node) : base(node) { }
}