コード例 #1
0
        public LogRenderer(ILogRendererState state)
        {
            state.ThrowIfNull("state");

            _state = state;
            BackgroundColor = Constants.LogRenderer.BackgroundColor;
        }
コード例 #2
0
        public LogRenderer(ILogRendererState state)
        {
            state.ThrowIfNull("state");

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