Example #1
0
        public TextGraphVisualization(IGetNodeString getNodeString)
        {
            if (getNodeString == null)
            {
                throw new ArgumentNullException("getNodeString");
            }

            this._getNodeString = getNodeString;
        }
Example #2
0
        public TextGraphVisualization(IGetNodeString getNodeString)
        {
            if (getNodeString == null) throw new ArgumentNullException("getNodeString");

            this._getNodeString = getNodeString;
        }