Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit b65c0fcc authored by Franz KOBER josef's avatar Franz KOBER josef
Browse files

error data binding fix

parent 46ac67d4
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ using System.IO; ...@@ -4,6 +4,7 @@ using System.IO;
using System.Linq; using System.Linq;
using System.Text; using System.Text;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows.Input;
using ICSharpCode.AvalonEdit.Highlighting; using ICSharpCode.AvalonEdit.Highlighting;
using ICSharpCode.AvalonEdit.Utils; using ICSharpCode.AvalonEdit.Utils;
...@@ -75,5 +76,10 @@ namespace VECTO3GUI.ViewModel.Impl ...@@ -75,5 +76,10 @@ namespace VECTO3GUI.ViewModel.Impl
TextContent = FileReader.ReadFileContent(fileStream, Encoding.UTF8); TextContent = FileReader.ReadFileContent(fileStream, Encoding.UTF8);
} }
} }
public ICommand CloseWindowCommand
{
get { return null; }
}
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment