<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                    xmlns:local="clr-namespace:Flyad7_WPF.Converters">
    <local:BytesConverter x:Key="bytesconv"/>
    <local:IO2BinConverter x:Key="io2bin"/>
    <local:BinConverter x:Key="binConv"/>
</ResourceDictionary>