Part number / name migration options

This commit is contained in:
2021-11-23 17:33:49 +00:00
parent 99fb60a7f2
commit 2926fd1829
2 changed files with 23 additions and 2 deletions

View File

@@ -14,6 +14,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 bool PartNumberNameCombined { get { return rdPartCombined.Checked; } }
public Opt()
{