iPerlCommunication/iPerlEnums.cs (enum Q2CorrType) added
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user