개정판 cab4a0e1
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