프로젝트

일반

사용자정보

개정판 de6499db

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

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

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

Change-Id: I92582328e6335a5ca7de684dbeeba521b72e3c76

차이점 보기:

KCOM/Events/Event_KeyEvent.cs
302 302
                                        data2 = parse.Split(delimiterChars2, StringSplitOptions.RemoveEmptyEntries);
303 303

  
304 304
                                        System.Windows.Controls.Control item =  MarkupParser.ParseEx(App.ViewInfo.ProjectNO, data2[0], ViewerDataModel.Instance.MarkupControls_USER, string.Empty, string.Empty);
305
                                        (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Events.Save.shortGuid();
305
                                        (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Events.SaveCommand.shortGuid();
306 306
                                        if(data2.Length >= 2)
307 307
                                        {
308 308
                                            (item as MarkupToPDF.Common.CommentUserInfo).SymbolID = data2[1];
......
357 357

  
358 358
                                    string temppath = System.IO.Path.GetTempPath();
359 359
                                    //string filename = KCOM.Events.Save.shortCommentKey();
360
                                    string filename = KCOM.Events.Save.shortFileKey();
360
                                    string filename = KCOM.Events.SaveCommand.shortFileKey();
361 361

  
362 362
                                    System.Drawing.Image clipboardImage = System.Windows.Forms.Clipboard.GetImage();
363 363
                                    clipboardImage.Save(temppath + "\\" + filename);
......
442 442
                                    ViewerDataModel.Instance.UndoDataList.Add(UndoData);
443 443

  
444 444
                                    ViewerDataModel.Instance.MarkupControls_USER.Add(currentControl as MarkupToPDF.Common.CommentUserInfo);
445
                                    currentControl.CommentID = Events.Save.shortGuid();
445
                                    currentControl.CommentID = Events.SaveCommand.shortGuid();
446 446

  
447 447
                                    currentControl.ApplyTemplate();
448 448
                                    currentControl.SetImage();
......
484 484
                                    //    if (parse != "")
485 485
                                    //    {
486 486
                                    //        System.Windows.Controls.Control item = layer.markupParse_Paste(parse, ViewerDataModel.Instance.MarkupControls_USER);
487
                                    //        (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Events.Save.shortGuid();
487
                                    //        (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Events.SaveCommand.shortGuid();
488 488

  
489 489
                                    //        ViewerDataModel.Instance.MarkupControls.Remove(item as MarkupToPDF.Common.CommentUserInfo);
490 490
                                    //        ViewerDataModel.Instance.MarkupControls_USER.Remove(item as MarkupToPDF.Common.CommentUserInfo);

내보내기 Unified diff

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