using Adaptation.FileHandlers.pcl;
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user