From ddebe7f8d5a60d463b05af048b03eded675ec335 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Thu, 15 Jun 2017 19:08:26 +0200 Subject: [PATCH] iPerlCommunication/iPerlEnums.cs (enum Q2CorrType) added --- .../iPerlCommunication/iPerlEnums.cs | 17 +++++++++++++++++ TestBenchFramework/TBF.csproj | 1 + 2 files changed, 18 insertions(+) create mode 100644 TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlEnums.cs diff --git a/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlEnums.cs b/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlEnums.cs new file mode 100644 index 000000000..59519f992 --- /dev/null +++ b/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlEnums.cs @@ -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 + } +} diff --git a/TestBenchFramework/TBF.csproj b/TestBenchFramework/TBF.csproj index 5a45402fa..aac3c3685 100644 --- a/TestBenchFramework/TBF.csproj +++ b/TestBenchFramework/TBF.csproj @@ -822,6 +822,7 @@ iPerlCommunicationForm.cs +