Fix aggiunta StepActionDTO
This commit is contained in:
@@ -178,6 +178,7 @@
|
||||
<Compile Include="Config\Special\MemBankDto.cs" />
|
||||
<Compile Include="Config\Special\SpecializedDto.cs" />
|
||||
<Compile Include="Config\Special\SiemensDto.cs" />
|
||||
<Compile Include="Config\Special\StepActionDto.cs" />
|
||||
<Compile Include="DataModel\Fimat.cs" />
|
||||
<Compile Include="DataQueue.cs" />
|
||||
<Compile Include="FileProcMan.cs" />
|
||||
|
||||
@@ -547,12 +547,12 @@ namespace IOB_UT_NEXT
|
||||
public string TargetParam { get; set; } = "";
|
||||
|
||||
/// <summary>
|
||||
/// parametro da impostare SE il check da esito EQUAL
|
||||
/// Parametro da impostare SE il check da esito EQUAL
|
||||
/// </summary>
|
||||
public int TargetValEqual { get; set; } = 0;
|
||||
|
||||
/// <summary>
|
||||
/// parametro da impostare SE il check da esito NOT EQUAL
|
||||
/// Parametro da impostare SE il check da esito NOT EQUAL
|
||||
/// </summary>
|
||||
public int TargetValNotEqual { get; set; } = 1;
|
||||
|
||||
|
||||
@@ -200,6 +200,9 @@
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
<DesignTime>True</DesignTime>
|
||||
</Compile>
|
||||
<None Include="DATA\CONF\1042.test.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="DATA\CONF\2014.ini" />
|
||||
<None Include="DATA\CONF\2014.json" />
|
||||
<None Include="DATA\CONF\2015.ini">
|
||||
|
||||
Reference in New Issue
Block a user