aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.Maintenance/Themes/Generic.xaml
blob: a77cc228164a579e4a774fa0e6b66cae6f8f2f46 (plain)
1
2
3
4
5
6
7
8
9
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:touch="clr-namespace:Tango.Touch.Controls;assembly=Tango.Touch"
                    xmlns:local="clr-namespace:Tango.PPC.Maintenance.Controls">
    
    <Style TargetType="{x:Type local:StateTouchButton}" BasedOn="{StaticResource {x:Type touch:TouchButton}}">

    </Style>
</ResourceDictionary>