BaconographyW8.Converters.SnuDomFullUIVisitor.SnuDomFullUIVisitor C# (CSharp) Method

SnuDomFullUIVisitor() public method

public SnuDomFullUIVisitor ( Brush forgroundBrush ) : BaconographyPortable.Services
forgroundBrush Windows.UI.Xaml.Media.Brush
return BaconographyPortable.Services
        public SnuDomFullUIVisitor(Brush forgroundBrush)
        {
            _forgroundBrush = forgroundBrush;
        }
        Brush _forgroundBrush;