프로젝트

일반

사용자정보

개정판 cab4a0e1

IDcab4a0e15a9919cb2885066aa315284fecdfd251
상위 ab3ac9b2
하위 9a457603

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

ConvertPath 변경

Change-Id: Ifd845a0b87abc1501a60b93bc964282a0dd460d4

차이점 보기:

ConvertService/ServiceBase/Markus.Service.StationController/ViewModel/DataBaseItemsModel.cs
1455 1455
                {
1456 1456
                    var convertitem = obj as ConvertPDF;
1457 1457

  
1458
                    string filePath = "@" + convertitem.ConvertPath;
1459

  
1460
                    System.Diagnostics.Process.Start("explorer.exe", filePath);
1458
                    if (!string.IsNullOrEmpty(convertitem.ConvertPath))
1459
                    {
1460
                        System.Diagnostics.Process.Start("explorer.exe", convertitem.ConvertPath);
1461
                    }
1461 1462
                }
1462 1463
            }
1463 1464
        }

내보내기 Unified diff

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