개정판 8cf823d0
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