Files
bluflame/intromat/NodeNetwork/Themes/NodeEndpointEditorView.xaml
2026-04-18 22:31:51 +02:00

13 lines
570 B
XML

<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>