AKunSimulator/Global/WaferIniVar.cs

24 lines
430 B
C#

// Decompiled with JetBrains decompiler
// Type: Global.WaferIniVar
// Assembly: Global, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
// MVID: C0AE7A64-EC5F-4076-AA61-B93AC1193B2E
// Assembly location: C:\Users\auvkk\Desktop\x64SimIR2\Global.dll
namespace Global
{
public enum WaferIniVar
{
num,
type,
substrate,
polish,
zone,
begin,
end,
include,
offset,
analysis,
}
}