프로젝트

일반

사용자정보

개정판 399976da

ID399976daac1eb1d1c5f7f8a607fc944c1eed9ec1
상위 aaf9dee0
하위 959b3ef2, 08a73330

이지연이(가) 5년 이상 전에 추가함

issue #999: 저장 오류 메세지와 완료 메세지 창이 같이 나타나지 않도록 수정

Change-Id: I3c7de74b81c3c4ca0061d67e01e33bb7cb381a7f

차이점 보기:

KCOM/Events/Implementation/TopMenuEvent.cs
457 457
                    this.ParentOfType<MainWindow>().DialogMessage_Alert("Save 가 완료되었습니다.", "Alert");
458 458
                }
459 459
            }
460
            catch(Exception ex)
461
            {
462
               ;
463
            }
460 464
            finally
461 465
            {
462 466
            }
......
527 531
            catch (Exception ex)
528 532
            {
529 533
                this.ParentOfType<MainWindow>().dzMainMenu.DialogMessage_Alert(string.Format("세이브 실패:{0}", ex.Message), "Alert");
534
                throw new Exception(); 
530 535
            }
531 536
        }
532 537

  

내보내기 Unified diff

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