개정판 e1b36bc0
Feature: Grouping 기능 추가(Ctrl+G : Group, Ctrl+Shift+G : Ungroup)
Change-Id: I99a3309acd55799ff7101522feaa035225b80e48
MarkupToPDF/Common/CommentUserInfo.cs | ||
---|---|---|
32 | 32 |
public bool IsNew { get; set; } |
33 | 33 |
public string CommentID { get; set; } |
34 | 34 |
public string SymbolID { get; set; } |
35 |
public long GroupID { get; set; }
|
|
35 |
public string GroupID { get; set; }
|
|
36 | 36 |
|
37 | 37 |
[Description("ZIndex 값이 높을 수록 앞쪽으로 배치된다.")] |
38 | 38 |
public int ZIndex { get; set; } = 10; |
내보내기 Unified diff