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

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
+1 -1
View File
@@ -14,7 +14,7 @@ namespace mROA.CodegenTools
public void Insert(string tag, object value)
{
var selectedPart = this[tag];
if (selectedPart is InsertTemplatePart itp)
if (selectedPart is InsertTemplateSection itp)
{
itp.Setup(value);
}