프로젝트

일반

사용자정보

개정판 1c7f408a

ID1c7f408ad2bb4679a5dd52e4bc7b7388ffba0ad1
상위 2b83fdb9
하위 60f874fe

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

mainWindow를 RadWindow로 변경

Change-Id: I0ac468f572b53cd39e832aed20e7d350b5c03d42

차이점 보기:

KCOM/Events/Implementation/TopMenuEvent.cs
2278 2278
                        //Common.ViewerDataModel.Instance.PageNumber = ((e.Source as Image).DataContext as Customer).PAGENUMBER;
2279 2279
                        Application.Current.MainWindow.Focus();
2280 2280
                        Common.ViewerDataModel.Instance.Capture_Opacity = 0.49;
2281
                        (Application.Current.MainWindow as MainWindow).dzMainMenu.mouseHandlingMode = IKCOM.MouseHandlingMode.Capture;
2281

  
2282
                        var mainwindow = (RadWindowManager.Current.GetWindows().Find(x => x is MainWindow) as MainWindow);
2283
                        if (mainwindow != null)
2284
                        {
2285
                            mainwindow.dzMainMenu.mouseHandlingMode = IKCOM.MouseHandlingMode.Capture;
2286
                        }
2287

  
2282 2288
                        break;
2283 2289
                    #endregion
2284 2290
                    //#region Cad

내보내기 Unified diff

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