|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
<reactiveui:ReactiveWindow |
|
|
|
|
x:Class="v2rayN.Views.RoutingRuleSettingWindow" |
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
xmlns:conv="clr-namespace:v2rayN.Converters" |
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
|
|
|
xmlns:materialDesign="http://materialdesigninxaml.net/winfx/xaml/themes" |
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
|
|
xmlns:reactiveui="http://reactiveui.net" |
|
|
|
|
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
|
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
|
|
|
|
xmlns:resx="clr-namespace:ServiceLib.Resx;assembly=ServiceLib" |
|
|
|
|
xmlns:vms="clr-namespace:ServiceLib.ViewModels;assembly=ServiceLib" |
|
|
|
|
xmlns:conv="clr-namespace:v2rayN.Converters" |
|
|
|
|
Title="{x:Static resx:ResUI.menuRoutingRuleSetting}" |
|
|
|
|
Width="960" |
|
|
|
|
Height="700" |
|
|
|
|