Match TFS Changeset 303336

This commit is contained in:
2022-02-01 16:49:48 -07:00
parent f93cca0b32
commit 6259bd1996
97 changed files with 11624 additions and 13 deletions

View File

@ -0,0 +1,16 @@
namespace Adaptation.Shared.Deposition
{
public enum Test
{
AFMRoughness = -1,
GRATXTCenter = 0,
GRATXTEdge = 1,
GRAXMLCenter = 2,
GRAXMLEdgeN = 3,
Health = 4,
Temps = 5,
ToolTime = 6
}
}