12 lines
181 B
C#
12 lines
181 B
C#
using System;
|
|
|
|
namespace RestClient
|
|
{
|
|
public class Q2PreCorrection
|
|
{
|
|
public bool AreDataCalculated;
|
|
public int CorrLR;
|
|
public int CorrRL;
|
|
}
|
|
}
|