프로젝트

일반

사용자정보

개정판 27d1a912

ID27d1a912eb4bf36b0178805825ed3aa87ea15f06
상위 4e320fcb
하위 bec989d8, e3ced1c9

gaqhf 이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)