In modalità porta singola disabilito la modifca del DDF
This commit is contained in:
@@ -120,6 +120,13 @@ Public Class ProjectManagerVM
|
||||
End Get
|
||||
End Property
|
||||
|
||||
' se in sola lettura il programma allora abilito solo i camndi Apertura e Stampa
|
||||
Public ReadOnly Property EnableModifyDDF As Boolean
|
||||
Get
|
||||
Return Not OptionModule.ReadOnlyDDF
|
||||
End Get
|
||||
End Property
|
||||
|
||||
' Definizione comandi
|
||||
Private m_cmdNew As ICommand
|
||||
Private m_cmdDelete As ICommand
|
||||
|
||||
Reference in New Issue
Block a user