-introdotto griglia dinamica per gestire spostamento colonne
This commit is contained in:
@@ -46,6 +46,13 @@ Public Class MainWindowVM
|
||||
End Set
|
||||
End Property
|
||||
|
||||
Private m_sDimensionDir As String = String.Empty
|
||||
Public ReadOnly Property DimensionDir As String
|
||||
Get
|
||||
Return m_sDimensionDir
|
||||
End Get
|
||||
End Property
|
||||
|
||||
Private m_cmdMainWindow_ContentRendered As ICommand
|
||||
Private m_cmdAboutBox As ICommand
|
||||
' MainWindow Activated Event
|
||||
@@ -97,11 +104,11 @@ Public Class MainWindowVM
|
||||
|
||||
Public ReadOnly Property IconSource As String
|
||||
Get
|
||||
#If PLATFORM = "x64" Then
|
||||
#If PLATFORM = "x64" Then
|
||||
Return "/Resources/EgtCAM5_64.ico"
|
||||
#else
|
||||
Return "/Resources/EgtCAM5.ico"
|
||||
#End If
|
||||
#Else
|
||||
Return "/Resources/EgtCAM5.ico"
|
||||
#End If
|
||||
End Get
|
||||
End Property
|
||||
|
||||
@@ -197,7 +204,7 @@ Public Class MainWindowVM
|
||||
End If
|
||||
End Sub
|
||||
|
||||
Private Function OnTerminateProcess( nExitCode As Integer) As Boolean
|
||||
Private Function OnTerminateProcess(nExitCode As Integer) As Boolean
|
||||
' Aggiorno istanze usate
|
||||
ReleaseInstance()
|
||||
' Dichiaro di procedere con la terminazione del programma
|
||||
@@ -347,6 +354,8 @@ Public Class MainWindowVM
|
||||
Else
|
||||
IniFile.m_sToolMakersDir = m_sDataRoot & "\" & TOOLMAKER_DFL_DIR
|
||||
End If
|
||||
' Recupero percorso file Dimension
|
||||
m_sDimensionDir = m_sConfigDir & "\" & DIMENSION_FILE_NAME
|
||||
' Verifico indice di istanza
|
||||
ManageInstance()
|
||||
' Imposto tipo di chiave
|
||||
|
||||
Reference in New Issue
Block a user