Match TFS Changeset 303331
This commit is contained in:
20
Adaptation/Shared/Deposition/DEP08EGANAIXG5H.cs
Normal file
20
Adaptation/Shared/Deposition/DEP08EGANAIXG5H.cs
Normal file
@ -0,0 +1,20 @@
|
||||
namespace Adaptation.Shared.Deposition
|
||||
{
|
||||
|
||||
public class DEP08EGANAIXG5
|
||||
{
|
||||
|
||||
public enum Test
|
||||
{
|
||||
GRATXTCenter = Deposition.Test.GRATXTCenter,
|
||||
GRATXTEdge = Deposition.Test.GRATXTEdge,
|
||||
GRAXMLCenter = Deposition.Test.GRAXMLCenter,
|
||||
GRAXMLEdgeN = Deposition.Test.GRAXMLEdgeN,
|
||||
Health = Deposition.Test.Health,
|
||||
Temps = Deposition.Test.Temps,
|
||||
ToolTime = Deposition.Test.ToolTime
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
16
Adaptation/Shared/Deposition/Test.cs
Normal file
16
Adaptation/Shared/Deposition/Test.cs
Normal 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
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user