Программная часть шаблона

This commit is contained in:
2025-03-19 23:47:17 +03:00
parent de16ee3a70
commit 23e52788a0
3 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace mROA.CodegenTools
{
public class InsertTemplatePart : ITemplatePart, ITagged
public class InsertTemplatePart : ITagged
{
private object _insertedValue;
private string _tag;