more work
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
<Label Content="Source type" Target="ComboBoxUpdateActionSourceType"/>
|
<Label Content="Source type" Target="ComboBoxUpdateActionSourceType"/>
|
||||||
<ComboBox
|
<ComboBox
|
||||||
x:Name="ComboBoxUpdateActionSourceType"
|
x:Name="ComboBoxUpdateActionSourceType"
|
||||||
ItemsSource="{x:Static local:MainWindow.UpdateActionTypes}"
|
ItemsSource="{x:Static vm:InstallActionViewModel.UpdateActionTypes}"
|
||||||
DisplayMemberBinding="{Binding Value}"
|
DisplayMemberBinding="{Binding Value}"
|
||||||
SelectedValueBinding="{Binding Key}"
|
SelectedValueBinding="{Binding Key}"
|
||||||
SelectedValue="{Binding Type}"/>
|
SelectedValue="{Binding Type}"/>
|
||||||
@@ -149,7 +149,7 @@
|
|||||||
<Label Content="Side" Target="ComboBoxInstallActionSide"/>
|
<Label Content="Side" Target="ComboBoxInstallActionSide"/>
|
||||||
<ComboBox
|
<ComboBox
|
||||||
x:Name="ComboBoxInstallActionSide"
|
x:Name="ComboBoxInstallActionSide"
|
||||||
ItemsSource="{x:Static local:MainWindow.Sides}"
|
ItemsSource="{x:Static vm:InstallActionViewModel.Sides}"
|
||||||
DisplayMemberBinding="{Binding Value}"
|
DisplayMemberBinding="{Binding Value}"
|
||||||
SelectedValueBinding="{Binding Key}"
|
SelectedValueBinding="{Binding Key}"
|
||||||
SelectedValue="{Binding Side}"/>
|
SelectedValue="{Binding Side}"/>
|
||||||
@@ -191,7 +191,7 @@
|
|||||||
<Label Content="Source type" Target="CheckBoxInstallActionSourceType"/>
|
<Label Content="Source type" Target="CheckBoxInstallActionSourceType"/>
|
||||||
<ComboBox
|
<ComboBox
|
||||||
x:Name="CheckBoxInstallActionSourceType"
|
x:Name="CheckBoxInstallActionSourceType"
|
||||||
ItemsSource="{x:Static local:MainWindow.SourceTypes}"
|
ItemsSource="{x:Static vm:InstallActionViewModel.SourceTypes}"
|
||||||
DisplayMemberBinding="{Binding Value}"
|
DisplayMemberBinding="{Binding Value}"
|
||||||
SelectedValueBinding="{Binding Key}"
|
SelectedValueBinding="{Binding Key}"
|
||||||
SelectedValue="{Binding SourceType}"/>
|
SelectedValue="{Binding SourceType}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user