Ejemplo n.º 1
0
        public PlotTableWrapper(IPlotTable target)
        {
            if (target == null)
            {
                throw new ArgumentNullException("target");
            }

            _Target = target;
        }
        public PlotTableWrapper(IPlotTable target)
        {
            if (target == null)
            {
                throw new ArgumentNullException("target");
            }

            this._Target = target;
        }