프로젝트

일반

사용자정보

개정판 29010418

ID2901041836eed3cf191eeca4c32e2e52ff8deab8
상위 ced47e14
하위 6c8c6f91, f72fe197

이지연이(가) 5년 이상 전에 추가함

issue #000: daelim source compare 중

Change-Id: Icba4b84746c71502e895fde47f4c14f82b179230

차이점 보기:

KCOM/Events/Implementation/TopMenuEvent.cs
312 312
            if (this.ParentOfType<MainWindow>().dzMainMenu.busyIndicator.IsBusy == true) return;
313 313

  
314 314
            this.ParentOfType<MainWindow>().dzMainMenu.busyIndicator.IsBusy = true;
315

  
316 315
            System.Threading.Tasks.Task SaveTask = System.Threading.Tasks.Task.Factory.StartNew(() =>
317 316
            {
318 317
                Dispatcher.Invoke(System.Windows.Threading.DispatcherPriority.Normal, new Action<object, RoutedEventArgs>(_SaveEvent), sender, e);
......
1462 1461
                };
1463 1462
                StyleManager.SetTheme(CheckPop, new Office2013Theme());
1464 1463
                CheckPop.Closed += CheckPop_Closed;
1465
                //CheckPop.Owner = Application.Current.MainWindow;
1464
                
1466 1465
                //CheckPop.ShowDialog();
1467 1466
                CheckPop.Show();
1468 1467
            }
......
1747 1746
                    System.IO.BinaryReader br = new System.IO.BinaryReader(fStream);
1748 1747
                    byte[] data = br.ReadBytes((int)numByte);
1749 1748
                    br.Close();
1750
                    
1751
                    
1752 1749

  
1753 1750
                    instanceMain.dzMainMenu.filename = fileUploader.Run(App.ViewInfo.ProjectNO, instanceMain.dzMainMenu._DocItem.DOCUMENT_NO, App.ViewInfo.UserID, strFile, data);
1754 1751
                    fStream.Close();

내보내기 Unified diff

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