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