override public String ToString()

in DataGenerators/TelcoGenerator/GenConfig.cs [48:51]


        override public String ToString()
        {
            return "#Sets: " + nSets + ",#FilesDump: " + nFilesPerDump + ",#CDRPerFile: " + nCDRPerFile + ",%CallBack: " + nCallBackPercent + ", #DurationHours: " + nDurationHours;
        }