Converters.xaml 419 Bytes
Newer Older
1 2 3 4 5 6 7
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:conv="clr-namespace:Flyad7_WPF.Converters">
    <conv:ConnectionValueConverter x:Key="connectionConv"/>
    <conv:VisibilityConverter x:Key="visbilityconv" />
    <conv:IO2BitBoolConverter x:Key="io2bconv"/>
</ResourceDictionary>