Skip to content

Commit 302a39d

Browse files
committed
Code style
1 parent 9c59570 commit 302a39d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

IPConfig/Views/NicSelectorView.xaml

Lines changed: 5 additions & 5 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"
34
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"
47
xmlns:b="clr-namespace:IPConfig.Behaviors"
58
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:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
12-
xmlns:net="clr-namespace:System.Net.NetworkInformation;assembly=System"
1311
xmlns:vm="clr-namespace:IPConfig.ViewModels"
12+
xmlns:net="clr-namespace:System.Net.NetworkInformation;assembly=System"
13+
xmlns:hc="https://handyorg.github.io/handycontrol"
1414
b:InputBindingBehavior.PropagateInputBindingsToWindow="True"
1515
d:DataContext="{d:DesignInstance Type=vm:NicViewModel,
1616
IsDesignTimeCreatable=True}"

0 commit comments

Comments
 (0)