This commit is contained in:
@@ -437,6 +437,18 @@ namespace Sockeye.Biz
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region License
|
||||||
|
{
|
||||||
|
List<FormField> l = new List<FormField>();
|
||||||
|
|
||||||
|
|
||||||
|
l.Add(new FormField { TKey = "Tags", FieldKey = "Tags" });
|
||||||
|
|
||||||
|
|
||||||
|
_formFields.Add(SockType.License.ToString(), l);
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
//******************************************************
|
//******************************************************
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user