개정판 19d602e0
Fix: Undo/Redo 기능 개선
Change-Id: I788a6fe870ed5ee7096f3ee461227588cf758388
MarkupToPDF/Controls/Shape/CircleControl.cs | ||
---|---|---|
16 | 16 |
public class CircleControl : CommentUserInfo, IDisposable, INotifyPropertyChanged, ICircleControl, IDashControl |
17 | 17 |
{ |
18 | 18 |
private const string PART_CirclePath = "PART_CirclePath"; |
19 |
public Path Base_CirclePath = null;
|
|
19 |
private Path Base_CirclePath { get; set; }
|
|
20 | 20 |
|
21 | 21 |
static CircleControl() |
22 | 22 |
{ |
내보내기 Unified diff