2017-11-22 13:56:22 +00:00
|
|
|
|
///
|
2019-11-12 13:13:52 +00:00
|
|
|
|
/// Copyright (c) 2019 Sensus Slovensko a.s.
|
2017-11-22 13:56:22 +00:00
|
|
|
|
///
|
|
|
|
|
|
using System;
|
|
|
|
|
|
|
2021-10-26 09:23:57 +00:00
|
|
|
|
namespace TBF.Rig.TestMethods.FixedStartMassCollDeferredEval
|
2017-11-22 13:56:22 +00:00
|
|
|
|
{
|
|
|
|
|
|
public class IntermediateData
|
|
|
|
|
|
{
|
|
|
|
|
|
public bool Compound;
|
|
|
|
|
|
public string TestName;
|
|
|
|
|
|
public int TestPart;
|
|
|
|
|
|
public string[] StartImages;
|
|
|
|
|
|
public string[] EndImages;
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|