Added base decoding logic + notification logic.
This commit is contained in:
@@ -63,7 +63,7 @@ namespace BodyshopUploader.ViewModels
|
||||
if (_removeMonitoringPathCommand == null)
|
||||
{
|
||||
_removeMonitoringPathCommand = new RelayCommand(
|
||||
p => true,
|
||||
p => FolderMonitors.Count == 0,
|
||||
p => RemoveFolderMonitoringPath(p as string)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user