BaconographyW8.Converters.SnuDomFullUIVisitor.SnuDomFullUIVisitor C# (CSharp) 메소드

SnuDomFullUIVisitor() 공개 메소드

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