개정판 f047c8bf
DocumentConvert GridViewSelectColumn SelectedItem찾는중
Change-Id: I905023d4852c563b403d9b7e3d5c6aa329c691fd
ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/FinalPDFViewModel.cs | ||
---|---|---|
48 | 48 |
FinalPDFPathFileSearchCommand = new DelegateCommand(FinalPDFPathFileSearch); |
49 | 49 |
Stop_ProcessCommand = new DelegateCommand(Stop_Process); |
50 | 50 |
EnterCommand = new DelegateCommand(Enter); |
51 |
DocumentFilterCommand = new DelegateCommand(DocumentFilter); |
|
51 | 52 |
} |
52 | 53 |
|
53 | 54 |
#endregion |
... | ... | |
688 | 689 |
public DelegateCommand FinalPDFPathFileSearchCommand { get; private set; } |
689 | 690 |
public DelegateCommand Stop_ProcessCommand { get; private set; } |
690 | 691 |
public DelegateCommand EnterCommand { get; private set; } |
692 |
public DelegateCommand DocumentFilterCommand { get; private set; } |
|
691 | 693 |
|
692 | 694 |
#endregion |
693 | 695 |
|
... | ... | |
1732 | 1734 |
|
1733 | 1735 |
#endregion |
1734 | 1736 |
|
1737 |
#region DocumentFilter |
|
1738 |
|
|
1739 |
/// <summary> |
|
1740 |
/// 그리드 상단 Conver 추가 버튼 |
|
1741 |
/// ProjectNo, DocumentURL, DocumentID, 입력해서 저장 프로시저에서 추가 |
|
1742 |
/// </summary> |
|
1743 |
|
|
1744 |
public void DocumentFilter(object obj) |
|
1745 |
{ |
|
1746 |
try |
|
1747 |
{ |
|
1748 |
|
|
1749 |
} |
|
1750 |
catch (Exception ex) |
|
1751 |
{ |
|
1752 |
MessageBox.Show(ex.ToString()); |
|
1753 |
} |
|
1754 |
} |
|
1755 |
|
|
1756 |
#endregion |
|
1757 |
|
|
1735 | 1758 |
#region FinalPDFPathFileSearch |
1736 | 1759 |
|
1737 | 1760 |
/// <summary> |
내보내기 Unified diff