This commit is contained in:
2023-01-04 00:47:02 +00:00
parent e774cce540
commit 588d2d4f37
2 changed files with 13 additions and 1 deletions

View File

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