개정판 58dd9e89
Fix: 스탬의 COMPANY_NAME이 실제 회사 이름으로 대체도지 않는 오류 수정
Change-Id: Ief8011c7d7ce974f1881907911f45c8c446a7e98
KCOM/Events/PasteCommand.cs | ||
---|---|---|
86 | 86 |
string[] data2 = new string[2]; |
87 | 87 |
data2 = parse.Split(delimiterChars2, StringSplitOptions.RemoveEmptyEntries); |
88 | 88 |
|
89 |
System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(App.BaseAddress, ViewerDataModel.Instance.NewMarkupCancelToken(), App.ViewInfo.ProjectNO, data2[0], ViewerDataModel.Instance.MarkupControls_USER, ViewerDataModel.Instance.PageAngle, "#FFFF0000", string.Empty); |
|
89 |
System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(App.BaseAddress, ViewerDataModel.Instance.NewMarkupCancelToken(), App.ViewInfo.ProjectNO, data2[0], ViewerDataModel.Instance.MarkupControls_USER, ViewerDataModel.Instance.PageAngle, "#FFFF0000", string.Empty, |
|
90 |
STAMP_Contents: App.SystemInfo.STAMP_CONTENTS); |
|
90 | 91 |
|
91 | 92 |
var control = (item as MarkupToPDF.Common.CommentUserInfo); |
92 | 93 |
|
... | ... | |
272 | 273 |
string[] data2 = new string[2]; |
273 | 274 |
data2 = parse.Split(delimiterChars2, StringSplitOptions.RemoveEmptyEntries); |
274 | 275 |
|
275 |
System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(App.BaseAddress, ViewerDataModel.Instance.NewMarkupCancelToken(), App.ViewInfo.ProjectNO, data2[0], ViewerDataModel.Instance.MarkupControls_USER, ViewerDataModel.Instance.PageAngle, "#FFFF0000", string.Empty); |
|
276 |
System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(App.BaseAddress, ViewerDataModel.Instance.NewMarkupCancelToken(), App.ViewInfo.ProjectNO, data2[0], ViewerDataModel.Instance.MarkupControls_USER, ViewerDataModel.Instance.PageAngle, "#FFFF0000", string.Empty, |
|
277 |
STAMP_Contents: App.SystemInfo.STAMP_CONTENTS); |
|
276 | 278 |
(item as MarkupToPDF.Common.CommentUserInfo).CommentID = Commons.shortGuid(); |
277 | 279 |
if (data2.Length >= 2) |
278 | 280 |
{ |
내보내기 Unified diff