개정판 f25fc1d9
FianlPDF Document Convert 완료
Change-Id: Ibe1e35675f33cc830fbf85aeeed3c38422d07c44
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/FinalPDFViewModel.cs | ||
---|---|---|
1745 | 1745 |
{ |
1746 | 1746 |
try |
1747 | 1747 |
{ |
1748 |
if (SearchTimerOn == true) |
|
1749 |
{ |
|
1750 |
dispatcherTimer.Tick -= new EventHandler(SearchTimer_Tick); |
|
1751 |
} |
|
1752 |
else |
|
1753 |
{ |
|
1754 |
dispatcherTimer.Tick -= new EventHandler(Timer_Tick); |
|
1755 |
} |
|
1756 |
|
|
1757 |
|
|
1758 |
Views.ConvertDocumentDialog convertDocumentDialog = new Views.ConvertDocumentDialog(SelectedCount.ValueMember, REVISIONFilter, Document_NOFilter, Document_NameFilter, GROUP_NOFilter, Document_URLFilter, DocumentIDFilter, ProjectNumberFilter.Project_NO); |
|
1748 | 1759 |
|
1760 |
convertDocumentDialog.Owner = Application.Current.MainWindow; |
|
1761 |
convertDocumentDialog.WindowStartupLocation = WindowStartupLocation.CenterOwner; |
|
1762 |
|
|
1763 |
convertDocumentDialog.ShowDialog(); |
|
1764 |
|
|
1765 |
if (SearchTimerOn == true) |
|
1766 |
{ |
|
1767 |
dispatcherTimer.Tick += new EventHandler(SearchTimer_Tick); |
|
1768 |
} |
|
1769 |
else |
|
1770 |
{ |
|
1771 |
dispatcherTimer.Tick += new EventHandler(Timer_Tick); |
|
1772 |
} |
|
1749 | 1773 |
} |
1750 | 1774 |
catch (Exception ex) |
1751 | 1775 |
{ |
ConvertService/ServiceBase/Markus.Service.StationController/Views/ConvertDocumentDialog.xaml | ||
---|---|---|
31 | 31 |
RowIndicatorVisibility="Collapsed" ScrollViewer.CanContentScroll="True" |
32 | 32 |
CanUserFreezeColumns="False" |
33 | 33 |
AutoGenerateColumns="False"> |
34 |
<!--SelectedItem="{Binding SelectedDocument, Mode=TwoWay}"--> |
|
35 | 34 |
<telerik:RadGridView.Columns> |
36 |
<!--<telerik:GridViewSelectColumn />--> |
|
37 | 35 |
<telerik:GridViewDataColumn> |
38 | 36 |
<telerik:GridViewDataColumn.CellTemplate> |
39 | 37 |
<DataTemplate> |
내보내기 Unified diff