SarmaxWall 1.8j7 :

- aggiornamento.
This commit is contained in:
Dario Sassi
2017-11-06 07:47:18 +00:00
parent 1e32b5737c
commit 584717d3b1
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -227,7 +227,7 @@ Public Class ImportPageUC
m_nFileType = EgtGetFileType(sPath)
If m_nFileType = FT.BTL Then
' Carico Btl
bOk = bOk AndAlso EgtImportBtl(sPath, True, True)
bOk = bOk AndAlso EgtImportBtl(sPath, EIB_FL.FLAT_POS + EIB_FL.SPECIAL_TRIM)
Else
' Formato sconosciuto
EgtNewFile()
+2 -2
View File
@@ -60,5 +60,5 @@ Imports System.Windows
' by using the '*' as shown below:
' <Assembly: AssemblyVersion("1.0.*")>
<Assembly: AssemblyVersion("1.6.18.8")>
<Assembly: AssemblyFileVersion("1.6.18.8")>
<Assembly: AssemblyVersion("1.8.10.7")>
<Assembly: AssemblyFileVersion("1.8.10.7")>