프로젝트

일반

사용자정보

개정판 58dd9e89

ID58dd9e89926a369c95a6ab7bfe82c1feb0a42d56
상위 e4a4f96d
하위 c7555c83

백흠경이(가) 5달 전에 추가함

Fix: 스탬의 COMPANY_NAME이 실제 회사 이름으로 대체도지 않는 오류 수정

Change-Id: Ief8011c7d7ce974f1881907911f45c8c446a7e98

차이점 보기:

KCOM/Events/Implementation/TopMenuEvent.cs
3030 3030
                {
3031 3031
                    if (parse != "")
3032 3032
                    {
3033
                        System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(App.BaseAddress,ViewerDataModel.Instance.NewMarkupCancelToken(),App.ViewInfo.ProjectNO, parse, ViewerDataModel.Instance.MarkupControls_USER, ViewerDataModel.Instance.PageAngle, string.Empty, string.Empty);
3033
                        System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(App.BaseAddress,ViewerDataModel.Instance.NewMarkupCancelToken(),App.ViewInfo.ProjectNO, parse, ViewerDataModel.Instance.MarkupControls_USER, ViewerDataModel.Instance.PageAngle, string.Empty, string.Empty,
3034
                            STAMP_Contents: App.SystemInfo.STAMP_CONTENTS);
3034 3035
                        (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Commons.shortGuid();
3035 3036

  
3036 3037
                        ViewerDataModel.Instance.MarkupControls.Remove(item as MarkupToPDF.Common.CommentUserInfo);

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)