개정판 f816dd63
issue #923: add RedoCommand class
Change-Id: I4030ff812a02655439edccaa65cdaaa035e1549a
KCOM/Events/ConsolidateCommand.cs | ||
---|---|---|
45 | 45 |
{ |
46 | 46 |
string sDocID = Common.ViewerDataModel.Instance.SystemMain.dzMainMenu._DocInfo.ID; |
47 | 47 |
/// 현재 작업 내용을 저장 |
48 |
Common.ViewerDataModel.Instance.SystemMain.dzTopMenu.SaveEvent(null, null); |
|
48 |
Common.ViewerDataModel.Instance.SystemMain.dzTopMenu._SaveEvent(null, null);
|
|
49 | 49 |
|
50 | 50 |
Logger.sendReqLog("Consolidate", App.ViewInfo.ProjectNO + "," + App.ViewInfo.UserID + "," + sDocID + "," + InfoList, 1); |
51 | 51 |
Logger.sendResLog("Consolidate", Common.ViewerDataModel.Instance.SystemMain.dzMainMenu.BaseClient.Consolidate(App.ViewInfo.ProjectNO, App.ViewInfo.UserID, sDocID, InfoList).ToString(), 1); |
내보내기 Unified diff