프로젝트

일반

사용자정보

개정판 8a440f6c

ID8a440f6c9f48763d5530b72c21890a786bd3f238
상위 0dbf8abb
하위 aefdc00d

김동진이(가) 5년 이상 전에 추가함

issue #1140: page url 이 404일 경우 메세지창 뜨도록 수정.

Change-Id: Ic055159601db20fa9c19cab6da84aeedb9d35857

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
574 574
                inkBoard.Width = pageWidth;
575 575
                inkBoard.Height = pageHeight;
576 576
            }
577
            catch (Exception)
577
            catch (Exception ex)
578 578
            {
579
                throw;
579
                string failedmsg = CommonLib.Common.GetAlertMessageString("GetConversionStateFailed", "MSG", "Too Many V/P Files are uploading instantaneously, This V/P file can not be open now. Please feel free to re-open wait a moment again!\n\n현재 일시적으로 많은 양의 V/P가 등록되고 있어 이 문서를 열람할 수 없습니다.\n잠시만 기다려 주신 후 다시 열람하여 주시기 바랍니다");
580
                DialogMessage_Alert(failedmsg, "Warning");
581
                App.FileLogger.Fatal(ex);
580 582
            }
581 583
            
582 584

  

내보내기 Unified diff

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