diff --git a/Correlator/Correlator.csproj b/Correlator/Correlator.csproj index e711ddc..2477c72 100644 --- a/Correlator/Correlator.csproj +++ b/Correlator/Correlator.csproj @@ -231,6 +231,7 @@ + diff --git a/Correlator/Correlator.csproj b/Correlator/Correlator.csproj index e711ddc..2477c72 100644 --- a/Correlator/Correlator.csproj +++ b/Correlator/Correlator.csproj @@ -231,6 +231,7 @@ + diff --git a/Correlator/Dialog/ImportResponseDialog.xaml b/Correlator/Dialog/ImportResponseDialog.xaml index 01aace9..53cc5ed 100644 --- a/Correlator/Dialog/ImportResponseDialog.xaml +++ b/Correlator/Dialog/ImportResponseDialog.xaml @@ -4,18 +4,29 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:hc="https://handyorg.github.io/handycontrol" + xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Width="650" Height="450" AllowsTransparency="True" Background="Transparent" - Closed="ImportResponseDialog_OnClosed" - Loaded="ImportResponseDialog_OnLoaded" + DataContext="{Binding ImportResponse, Source={StaticResource Locator}}" ResizeMode="NoResize" ShowInTaskbar="False" WindowStartupLocation="CenterOwner" WindowStyle="None" mc:Ignorable="d"> + + + + + + + + + + + -