-pulizia codice
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user