개정판 1c7f408a
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