using Adaptation.FileHandlers.QS408M;

This commit is contained in:
2025-02-17 12:05:31 -07:00
parent b17afe3305
commit 12949e7444
3 changed files with 30 additions and 30 deletions

View File

@ -9,6 +9,8 @@ internal class Row
public Row(Run run, int i)
{
Index = i;
//
Title = run.Header.Title;
Recipe = run.Header.Recipe;
DateTime = run.Header.DateTime;
@ -30,6 +32,8 @@ internal class Row
Slot = run.Footer.Slot;
}
public int Index { get; }
//
public string Title { get; }
public string Recipe { get; }
public string DateTime { get; }