프로젝트

일반

사용자정보

개정판 944a39ed

ID944a39edfbc62d9af4a83febbc44df04301954e1
상위 c740ccc7
하위 5aa6a59a

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

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

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