iPerlCommunication/iPerlEnums.cs (enum Q2CorrType) added

This commit is contained in:
Milan Hanajik
2017-06-15 19:08:26 +02:00
parent 6773624cb4
commit ddebe7f8d5
2 changed files with 18 additions and 0 deletions
@@ -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
}
}