Переписывание евент-биндеров
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user