프로젝트

일반

사용자정보

개정판 8cf823d0

ID8cf823d0592a6113d546d464e0644dc0229338cf
상위 19391ad3
하위 f1918134, 180e7b8c

김동진이(가) 5년 이상 전에 추가함

issue #000: control type 저장되도록 수정.

Change-Id: I6df79a213c87ecc67c769370d9fbbe3194fc98ce

차이점 보기:

MarkupToPDF/Controls/Parsing/MarkupParse.cs
47 47
        {
48 48
            MarkupReturn Data = new MarkupReturn();
49 49
            Data.ConvertData = "";
50
            Data.DATA_TYPE = 0;
50
            Data.DATA_TYPE = (int)Control.ControlType;
51 51
            Data.CommentID = Control.CommentID;
52 52
            if (Data.CommentID == null)
53 53
            {

내보내기 Unified diff

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