Skip to content

Commit 9c59570

Browse files
committed
Cleanup code
1 parent 5eed1d2 commit 9c59570

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

IPConfig/Views/NicSelectorView.xaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<UserControl x:Class="IPConfig.Views.NicSelectorView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3-
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
43
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
5-
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
6-
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
74
xmlns:b="clr-namespace:IPConfig.Behaviors"
85
xmlns:conv="clr-namespace:IPConfig.Converters"
6+
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
7+
xmlns:hc="https://handyorg.github.io/handycontrol"
8+
xmlns:i="http://schemas.microsoft.com/xaml/behaviors"
99
xmlns:lang="clr-namespace:IPConfig.Languages"
1010
xmlns:m="clr-namespace:IPConfig.Models"
11-
xmlns:vm="clr-namespace:IPConfig.ViewModels"
11+
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
1212
xmlns:net="clr-namespace:System.Net.NetworkInformation;assembly=System"
13-
xmlns:hc="https://handyorg.github.io/handycontrol"
13+
xmlns:vm="clr-namespace:IPConfig.ViewModels"
1414
b:InputBindingBehavior.PropagateInputBindingsToWindow="True"
1515
d:DataContext="{d:DesignInstance Type=vm:NicViewModel,
1616
IsDesignTimeCreatable=True}"
@@ -39,7 +39,7 @@
3939
</Grid.ColumnDefinitions>
4040

4141
<hc:ComboBox Height="36"
42-
hc:InfoElement.Placeholder="{Binding NicSelectorPlaceholder, UpdateSourceTrigger=PropertyChanged}"
42+
hc:InfoElement.Placeholder="{Binding NicSelectorPlaceholder}"
4343
ItemsSource="{Binding AllNics}"
4444
SelectedItem="{Binding SelectedNic}"
4545
ToolTip="{Binding SelectedNic}">

0 commit comments

Comments
 (0)