18 lines
266 B
C#
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
|
|
}
|
|
}
|