프로젝트

일반

사용자정보

개정판 f047c8bf

IDf047c8bf0e974f5e5986340ea4dae46ae82c946e
상위 2917ab4a
하위 f85a8cad

semi 이(가) 4년 이상 전에 추가함

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

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