개정판 29010418
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