Correzioni sintassi codice

This commit is contained in:
Nicola Pievani
2021-05-10 11:04:04 +02:00
parent 19d2efae73
commit abe052beca
4 changed files with 9 additions and 9 deletions
-1
View File
@@ -1700,7 +1700,6 @@ Public Class OptionsVM
Set(value As Boolean)
m_EnableAssembly = value
WriteMainPrivateProfileString(S_GENERAL, K_RUNAS, If(m_EnableAssembly, "1", "0"))
OptionModule.m_ConfigurationSoftware = If(m_EnableAssembly, ConfigType.Assembly, ConfigType.Door)
NotifyPropertyChanged("EnableAssembly")
End Set
End Property