Переписывание евент-биндеров

This commit is contained in:
2025-03-26 14:43:06 +03:00
parent 5d5c3d1e2b
commit c4d9a54942
5 changed files with 69 additions and 63 deletions
@@ -18,7 +18,7 @@ namespace mROA.CodegenTools
var tagText = GetTagValue(from, to);
var parts = tagText.Split(' ');
return new InsertTemplatePart(parts[0], document, parts.Skip(1).ToArray());
return new InsertTemplateSection(parts[0], document, parts.Skip(1).ToArray());
}
}
}