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

Skip to content
Snippets Groups Projects
Commit fffd8702 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

fixed missing output view

parent 0f6a334d
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
<DataTemplate x:Shared="False" DataType="{x:Type impl:JobListViewModel}">
<views:JobListView />
</DataTemplate>
<DataTemplate x:Shared="False" DataType="{x:Type viewModel:OutputViewModel}">
<DataTemplate x:Shared="False" DataType="{x:Type impl:OutputViewModel}">
<views:OutputView />
</DataTemplate>
......
......@@ -5,5 +5,9 @@
/// </summary>
public partial class OutputView
{
}
public OutputView()
{
InitializeComponent();
}
}
}
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