- Timestamp:
- 07/15/13 14:28:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Data Path DataTypes/HeuristicLab.Data.Views/3.3/Path Views/TextFileView.cs
r9697 r9705 87 87 fileValueView.Content = null; 88 88 textBox.Text = string.Empty; 89 fileSystemWatcher.Filter = null;90 fileSystemWatcher. Path = null;89 //mkommend: other properties of the file system watcher cannot be cleared (e.g., path) as this leads to an ArgumentException 90 fileSystemWatcher.EnableRaisingEvents = false; 91 91 return; 92 92 }
Note: See TracChangeset
for help on using the changeset viewer.