프로젝트

일반

사용자정보

개정판 de6499db

IDde6499db76921f77f43e7286f62997917af81425
상위 959b3ef2
하위 6caf09aa, 24678e06

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

issue #999: rename Save.cs to SaveCommand.cs

Change-Id: I92582328e6335a5ca7de684dbeeba521b72e3c76

차이점 보기:

KCOM/MainWindow.xaml.cs
550 550
                            var unkownControl = JsonSerializerHelper.JsonDeserialize<S_BaseControl>(controldata); //복호화작업
551 551
                            ViewerDataModel.Instance.IsPressCtrl = false;
552 552

  
553
                            (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Events.Save.shortGuid();
553
                            (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Events.SaveCommand.shortGuid();
554 554
                            if (data2.Length >= 2)
555 555
                            {
556 556
                                (item as MarkupToPDF.Common.CommentUserInfo).SymbolID = data2[1];
......
599 599

  
600 600
                        string temppath = System.IO.Path.GetTempPath();
601 601
                        //string filename = KCOM.Events.Save.shortCommentKey();
602
                        string filename = KCOM.Events.Save.shortFileKey();
602
                        string filename = KCOM.Events.SaveCommand.shortFileKey();
603 603

  
604 604
                        System.Drawing.Image clipboardImage = System.Windows.Forms.Clipboard.GetImage();
605 605
                        clipboardImage.Save(temppath + "\\" + filename);
......
667 667
                        ViewerDataModel.Instance.UndoDataList.Add(UndoData);
668 668

  
669 669
                        ViewerDataModel.Instance.MarkupControls_USER.Add(currentControl as MarkupToPDF.Common.CommentUserInfo);
670
                        currentControl.CommentID = Events.Save.shortGuid();
670
                        currentControl.CommentID = Events.SaveCommand.shortGuid();
671 671

  
672 672
                        currentControl.ApplyTemplate();
673 673
                        currentControl.SetImage();

내보내기 Unified diff

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