using Adaptation.FileHandlers.RsM;
This commit is contained in:
@ -9,6 +9,8 @@ internal class Row
|
||||
|
||||
public Row(Run run, int i)
|
||||
{
|
||||
Index = i;
|
||||
//
|
||||
Title = run.Line1.Title;
|
||||
//
|
||||
FileName = run.Line2.FileName;
|
||||
@ -103,7 +105,9 @@ internal class Row
|
||||
MeritGOF = run.Points[i].MeritGOF;
|
||||
DataIntegrity = run.Points[i].DataIntegrity;
|
||||
}
|
||||
|
||||
|
||||
public int Index { get; }
|
||||
//
|
||||
public string Title { get; }
|
||||
//
|
||||
public string FileName { get; }
|
||||
|
Reference in New Issue
Block a user