build nc controller wpf.

This commit is contained in:
2025-05-15 19:09:16 +08:00
parent 953711bf01
commit 455890c681
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ namespace Sample.MachineTool
{
static DemoBuildMachineTool()
{
XFactory.Default.Regs.Add(XName, (xml, baseDirectory, relFile, res) => new DemoBuildMachineTool());
XFactory.Regs.Add(XName, (xml, baseDirectory, relFile, res) => new DemoBuildMachineTool());
}
/// <summary>
/// Generates an XYZ-ABC machine tool instance from embedded resources.