Revert "Merge commit 'f1aae48a2b80f96ae94b59a69addd6cc6e48ee14'"
This reverts commit1f49d0936e, reversing changes made to236eeac038.
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
Public Class SaveFileDialogWithListV
|
||||
Imports System.ComponentModel
|
||||
Imports System.IO
|
||||
Imports EgtUILib
|
||||
|
||||
Public Class SaveFileDialogWithListV
|
||||
'Implements INotifyPropertyChanged
|
||||
|
||||
Private m_SaveFileDialogWithListVM As SaveFileDialogWithListVM
|
||||
|
||||
@@ -30,4 +35,26 @@
|
||||
Return MyBase.ShowDialog()
|
||||
End Function
|
||||
|
||||
End Class
|
||||
'Private Sub FilePath_TextChanged(sender As Object, e As TextChangedEventArgs) Handles FilePath.TextChanged
|
||||
' FileNameList.UnselectAll()
|
||||
'End Sub
|
||||
End Class
|
||||
|
||||
'''' <summary>
|
||||
'''' Class that represent a Converter that convert the complete file path in the file name and vice versa.
|
||||
'''' </summary>
|
||||
'Public Class FileNameConverter
|
||||
' Implements IValueConverter
|
||||
|
||||
' Dim TempPath As String
|
||||
|
||||
' Public Function Convert(value As Object, targetType As Type, parameter As Object, culture As System.Globalization.CultureInfo) As Object Implements IValueConverter.Convert
|
||||
' TempPath = CStr(value)
|
||||
' Return Path.GetFileNameWithoutExtension(TempPath)
|
||||
' End Function
|
||||
|
||||
' Public Function ConvertBack(value As Object, targetType As Type, parameter As Object, culture As System.Globalization.CultureInfo) As Object Implements IValueConverter.ConvertBack
|
||||
' Return Path.GetDirectoryName(TempPath) & "\" & CStr(value) & Path.GetExtension(TempPath)
|
||||
' End Function
|
||||
|
||||
'End Class
|
||||
Reference in New Issue
Block a user