개정판 de6499db
issue #999: rename Save.cs to SaveCommand.cs
Change-Id: I92582328e6335a5ca7de684dbeeba521b72e3c76
KCOM/Controls/CheckList.xaml.cs | ||
---|---|---|
679 | 679 |
{ |
680 | 680 |
Application.Current.MainWindow.Focus(); |
681 | 681 |
|
682 |
Common.ViewerDataModel.Instance.CheckList_ID = KCOM.Events.Save.shortGuid(); |
|
682 |
Common.ViewerDataModel.Instance.CheckList_ID = KCOM.Events.SaveCommand.shortGuid();
|
|
683 | 683 |
Common.ViewerDataModel.Instance.Capture_Opacity = 0.5; |
684 | 684 |
(Application.Current.MainWindow as MainWindow).dzMainMenu.mouseHandlingMode = IKCOM.MouseHandlingMode.Capture; |
685 | 685 |
} |
... | ... | |
781 | 781 |
{ |
782 | 782 |
Check_History = new CHECK_LIST_HISTORY() |
783 | 783 |
{ |
784 |
ID = Events.Save.shortGuid(), |
|
784 |
ID = Events.SaveCommand.shortGuid(),
|
|
785 | 785 |
CHECKLIST_ID = Check_ID, |
786 | 786 |
REVISION = ViewerDataModel.Instance.SystemMain.dzMainMenu.CurrentDoc.Revision, |
787 | 787 |
STATUS = state, |
내보내기 Unified diff