개정판 944a39ed
Document Items버튼 변경 & Selectedrow 되돌림
Change-Id: I7167834336341ade176c06638b1847cbfbec0ec5
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/FinalPDFViewModel.cs | ||
---|---|---|
1415 | 1415 |
} |
1416 | 1416 |
catch (WebException webException) |
1417 | 1417 |
{ |
1418 |
MessageBox.Show(SelectFilterConvert.FileName + " doesn't exist: " + webException.Message); |
|
1419 |
result = true;
|
|
1418 |
MessageBox.Show(SelectFilterConvertList[0].FileName + " doesn't exist: " + webException.Message);
|
|
1419 |
result = false;
|
|
1420 | 1420 |
} |
1421 | 1421 |
finally |
1422 | 1422 |
{ |
... | ... | |
1566 | 1566 |
SearchTimerOn = true; |
1567 | 1567 |
dispatcherTimer.Tick -= new EventHandler(Timer_Tick); |
1568 | 1568 |
dispatcherTimer.Tick += new EventHandler(SearchTimer_Tick); |
1569 |
|
|
1570 |
FilterConvertSource.Clear(); |
|
1571 |
|
|
1572 |
SearchTimer_Tick(null, new EventArgs()); |
|
1569 | 1573 |
} |
1570 | 1574 |
|
1571 | 1575 |
#endregion |
... | ... | |
1607 | 1611 |
SearchTimerOn = true; |
1608 | 1612 |
dispatcherTimer.Tick -= new EventHandler(Timer_Tick); |
1609 | 1613 |
dispatcherTimer.Tick += new EventHandler(SearchTimer_Tick); |
1614 |
|
|
1615 |
FilterConvertSource.Clear(); |
|
1616 |
|
|
1617 |
SearchTimer_Tick(null, new EventArgs()); |
|
1610 | 1618 |
} |
1611 | 1619 |
|
1612 | 1620 |
#endregion |
... | ... | |
1759 | 1767 |
|
1760 | 1768 |
convertDocumentDialog.Owner = Application.Current.MainWindow; |
1761 | 1769 |
convertDocumentDialog.WindowStartupLocation = WindowStartupLocation.CenterOwner; |
1770 |
convertDocumentDialog.Width = 1000; |
|
1771 |
convertDocumentDialog.Height = 600; |
|
1762 | 1772 |
|
1763 | 1773 |
convertDocumentDialog.ShowDialog(); |
1764 | 1774 |
|
내보내기 Unified diff