개정판 27d1a912
dev issue #000 : add Equipment
Change-Id: Idfcdbb0b60fd850359d6da33e19987d360efc89c
DTI_PID/APIDConverter/AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj | ||
---|---|---|
85 | 85 |
<Reference Include="WindowsBase" /> |
86 | 86 |
</ItemGroup> |
87 | 87 |
<ItemGroup> |
88 |
<Compile Include="Model\Equipment.cs" /> |
|
88 | 89 |
<Compile Include="Utils\APIDUtils.cs" /> |
89 | 90 |
<Compile Include="Form\APIDConverter.cs"> |
90 | 91 |
<SubType>Form</SubType> |
DTI_PID/APIDConverter/Model/Equipment.cs | ||
---|---|---|
1 |
using System; |
|
2 |
using System.Collections.Generic; |
|
3 |
using System.Linq; |
|
4 |
using System.Text; |
|
5 |
using System.Threading.Tasks; |
|
6 |
|
|
7 |
namespace AVEVA.PID.CustomizationUtility.Model |
|
8 |
{ |
|
9 |
public class Equipment : PlantItem |
|
10 |
{ |
|
11 |
|
|
12 |
} |
|
13 |
} |
내보내기 Unified diff