port from perforce
This commit is contained in:
13
intromat/NodeNetwork/Themes/NodeEndpointEditorView.xaml
Normal file
13
intromat/NodeNetwork/Themes/NodeEndpointEditorView.xaml
Normal file
@@ -0,0 +1,13 @@
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:views="clr-namespace:NodeNetwork.Views">
|
||||
<Style TargetType="{x:Type views:NodeEndpointEditorView}">
|
||||
<Setter Property="Template">
|
||||
<Setter.Value>
|
||||
<ControlTemplate TargetType="views:NodeEndpointEditorView">
|
||||
|
||||
</ControlTemplate>
|
||||
</Setter.Value>
|
||||
</Setter>
|
||||
</Style>
|
||||
</ResourceDictionary>
|
||||
Reference in New Issue
Block a user