-pulizia codice

This commit is contained in:
Demetrio Cassarino
2024-07-10 16:15:10 +02:00
parent 9513538764
commit c6e7ddbf59
84 changed files with 440 additions and 1964 deletions
+2 -2
View File
@@ -78,7 +78,7 @@ Public Class SaveFileDialogVM
EgtMsg(MSG_EGTSAVEFILEDIALOG + 7),
MessageBoxButton.OK, MessageBoxImage.Error)
End If
NotifyPropertyChanged("WriteFileName")
NotifyPropertyChanged(NameOf(WriteFileName))
End Set
End Property
@@ -113,7 +113,7 @@ Public Class SaveFileDialogVM
If Not String.IsNullOrWhiteSpace(m_FileName) Then
m_WriteFileName = m_FileName
End If
NotifyPropertyChanged("WriteFileName")
NotifyPropertyChanged(NameOf(WriteFileName))
If IsFolder Then m_sExtension = ""
End Sub