프로젝트

일반

사용자정보

개정판 56cd4954

ID56cd49541690bb42f710618e2fb71d49207f2c7d
상위 a77303ca
하위 8af2ace4

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

dev issue #1223 : Add Symbol Image, AVEVA Symbol

Change-Id: Iab81f1b8025356abe2de247a70aea3b70df17e75

차이점 보기:

DTI_PID/APIDConverter/Model/Project_Info.cs
22 22
        private string _TempDirPath;
23 23
        private string _ImageDirPath;
24 24
        private string _SvgImageDirPath;
25
        private string _SPPID_ImageDirPath;
25
        private string _AVEVA_ImageDirPath;
26 26

  
27 27
        public ID2DB_Type DBType { get; set; }
28 28
        public string ServerIP { get; set; }
......
39 39
                _TempDirPath = value + @"\Temp\";
40 40
                _ImageDirPath = value + @"\image\";
41 41
                _SvgImageDirPath = value + @"\svg\";
42
                _SPPID_ImageDirPath = value + @"\SPPID_Image";
43
                Directory.CreateDirectory(_SPPID_ImageDirPath);
42
                _AVEVA_ImageDirPath = value + @"\AVEVA_Image";
43
                Directory.CreateDirectory(_AVEVA_ImageDirPath);
44 44
            }
45 45
        }
46 46

  
......
69 69
            get { return _SvgImageDirPath; }
70 70
        }
71 71

  
72
        public string SPPID_ImageDirPath
72
        public string AVEVA_ImageDirPath
73 73
        {
74
            get { return _SPPID_ImageDirPath; }
74
            get { return _AVEVA_ImageDirPath; }
75 75
        }
76 76

  
77 77
        public bool Enable { get => _Enable; set => _Enable = value; }

내보내기 Unified diff

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