This commit is contained in:
2022-05-02 08:57:22 +02:00
parent 962daff669
commit ce87ce9376
17 changed files with 153 additions and 73 deletions

View File

@@ -0,0 +1,5 @@
Public Class AdHocWorkflow
Public Property AHWF_CMD_LAYOUT_SELECT As String
Public Property AHWF_CMD_USR_SELECT As String
Public Property OBJECT_ID As Long
End Class

View File

@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' übernehmen, indem Sie "*" eingeben:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.1.0.0")>
<Assembly: AssemblyVersion("1.2.0.0")>
<Assembly: AssemblyFileVersion("1.1.0.0")>

View File

@@ -74,6 +74,7 @@
<Import Include="System.Threading.Tasks" />
</ItemGroup>
<ItemGroup>
<Compile Include="AdHocWorkflow.vb" />
<Compile Include="Constants.vb" />
<Compile Include="Environment.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />