This commit is contained in:
2023-01-06 23:24:26 +00:00
parent debdc220c2
commit bf12cdb9ba

View File

@@ -437,6 +437,18 @@ namespace Sockeye.Biz
}
#endregion
#region License
{
List<FormField> l = new List<FormField>();
l.Add(new FormField { TKey = "Tags", FieldKey = "Tags" });
_formFields.Add(SockType.License.ToString(), l);
}
#endregion
//******************************************************
}