11 lines
286 B
XML
11 lines
286 B
XML
<ResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:Controls="clr-namespace:RadialMenu.Controls">
|
|
|
|
<Style TargetType="Controls:PieShape">
|
|
|
|
</Style>
|
|
|
|
</ResourceDictionary>
|