diff --git a/MainWindow.axaml b/MainWindow.axaml index 5b69ed6..aa3fce5 100644 --- a/MainWindow.axaml +++ b/MainWindow.axaml @@ -19,30 +19,41 @@ - + + + + - + + + + - - - - + + + + + + + + @@ -63,6 +74,7 @@ _currentPath; + set + { + _currentPath = value; + NotifyPropertyChanged(); + } + } + } \ No newline at end of file