Пример #1
0
        public WorldTimeRenderer(IWorldTimeRendererState state)
        {
            state.ThrowIfNull("state");

            _state = state;
            BackgroundColor = Constants.WorldTimeRenderer.BackgroundColor;
        }
        public WorldTimeRenderer(IWorldTimeRendererState state)
        {
            state.ThrowIfNull("state");

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