tbf/TestBenchFramework/BenchControl/TestMethods/iPerlCommunication/iPerlEnums.cs

18 lines
266 B
C#

///
/// 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
}
}