프로젝트

일반

사용자정보

개정판 274cde11

ID274cde11c87096a631514c2e6c3f8f5ce97c24e7
상위 c0ec90f3
하위 174cdd68

김태성이(가) 4년 이상 전에 추가함

after build event에서 version을 가져오도록 수정

Change-Id: I7a5cc54cabf6e2080c89d22b7631683eaecfebe4

차이점 보기:

KCOM/Events/ConsolidateCommand.cs
52 52
                //Logger.sendReqLog("Consolidate", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + sDocID + "," + InfoList, 1);
53 53
                //Logger.sendResLog("Consolidate", Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.Consolidate(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, sDocID, InfoList).ToString(), 1);
54 54

  
55
                var result = Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.Consolidate(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, sDocID, InfoList);
56

  
55 57
                //Logger.sendReqLog("GetMarkupInfoItemsAsync", App.ViewInfo.ProjectNO + "," + sDocID, 1);
56 58
                Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.GetMarkupInfoItemsAsync(App.ViewInfo.ProjectNO, sDocID);
57 59
            }
58 60
            catch (Exception ex)
59 61
            {
62
                App.FileLogger.Error(ex);
63

  
60 64
                Common.ViewerDataModel.Instance.SystemMain.DialogMessage_Alert(string.Format("{0}", ex.StackTrace), "Alert");
61 65
                throw ex;
62 66
            }

내보내기 Unified diff

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