iPerlCommunication/iPerlEnums.cs (enum Q2CorrType) added

This commit is contained in:
Milan Hanajik
2017-06-15 19:08:26 +02:00
parent 6773624cb4
commit ddebe7f8d5
2 changed files with 18 additions and 0 deletions
@@ -0,0 +1,17 @@
///
/// Copyright (c) 2017 Sensus Metering Systems
///
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TBF.BenchControl.TestMethods.iPerlCommunication
{
public enum Q2CorrType
{
Standard,
Dewa,
Greece
}
}
+1
View File
@@ -822,6 +822,7 @@
<Compile Include="BenchControl\TestMethods\iPerlCommunication\iPerlCommunicationForm.designer.cs">
<DependentUpon>iPerlCommunicationForm.cs</DependentUpon>
</Compile>
<Compile Include="BenchControl\TestMethods\iPerlCommunication\iPerlEnums.cs" />
<Compile Include="BenchControl\TestMethods\iPerlCommunication\iPerlHead\CalibrationStruct.cs" />
<Compile Include="BenchControl\TestMethods\iPerlCommunication\iPerlHead\ConfigStruct.cs" />
<Compile Include="BenchControl\TestMethods\iPerlCommunication\iPerlHead\Enums.cs" />