diff --git a/ImportPageUC.xaml.vb b/ImportPageUC.xaml.vb index 4e7bebd..06d9ad6 100644 --- a/ImportPageUC.xaml.vb +++ b/ImportPageUC.xaml.vb @@ -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() diff --git a/My Project/AssemblyInfo.vb b/My Project/AssemblyInfo.vb index 7d0b497..ad613b6 100644 --- a/My Project/AssemblyInfo.vb +++ b/My Project/AssemblyInfo.vb @@ -60,5 +60,5 @@ Imports System.Windows ' by using the '*' as shown below: ' - - + +