22 lines
322 B
C#
22 lines
322 B
C#
///
|
|
/// Copyright (c) 2017-2018 Sensus Slovensko a.s.
|
|
///
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace TBF.BenchControl.TestMethods.iPerlCommunication
|
|
{
|
|
public enum Q2CorrType
|
|
{
|
|
None,
|
|
Standard,
|
|
Dewa,
|
|
Greece,
|
|
RL,
|
|
LR,
|
|
Count
|
|
}
|
|
}
|