using Adaptation.FileHandlers.pcl;

This commit is contained in:
2025-02-17 12:52:27 -07:00
parent 0f55fcbb0a
commit 4819d17819
3 changed files with 25 additions and 28 deletions

View File

@ -9,6 +9,8 @@ internal class Row
public Row(Run run, int i)
{
Index = i;
//
Date = run.Header.Date;
Recipe = run.Header.Recipe;
Id = run.Header.Id;
@ -95,6 +97,8 @@ internal class Row
WaferRecipe = run.Wafers[i].Recipe;
}
public int Index { get; }
//
public string Date { get; }
public string Recipe { get; }
public string Id { get; }