개정판 959b3ef2
issue #000: add DeleteCommand class
Change-Id: I3edc8872d4351d2e0f7c3b25691631606d20cbd3
MarkupToPDF/Common/CommentUserInfo.cs | ||
---|---|---|
70 | 70 |
/// <summary> |
71 | 71 |
/// subclass has to override this property |
72 | 72 |
/// </summary> |
73 |
virtual public ControlType ControlType { get; set; } |
|
73 |
public virtual bool IsSelected{ get; set; } |
|
74 |
|
|
75 |
/// <summary> |
|
76 |
/// subclass has to override this property |
|
77 |
/// </summary> |
|
78 |
public virtual ControlType ControlType { get; set; } |
|
74 | 79 |
|
75 | 80 |
/// <summary> |
76 | 81 |
/// subclass has to override this method |
내보내기 Unified diff