This commit is contained in:
2021-08-30 22:42:24 +00:00
parent 2718bebe38
commit dddc1ac7f9
4 changed files with 50 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ namespace AyaNova.PlugIn.V8
{
public bool ExportAssignedDocs { get { return ckExportAssignedDocs.Checked; } }
public string Tags { get { return edTags.Text; } }
public int HTTPTimeOut { get { return (int)nTimeOut.Value; } }
public Opt()
{