Ejemplo n.º 1
0
        public LogRenderer(ILogRendererState state)
        {
            state.ThrowIfNull("state");

            _state = state;
            BackgroundColor = Constants.LogRenderer.BackgroundColor;
        }
Ejemplo n.º 2
0
        public LogRenderer(ILogRendererState state)
        {
            state.ThrowIfNull("state");

            _state          = state;
            BackgroundColor = Constants.LogRenderer.BackgroundColor;
        }