예제 #1
0
 public void Setup()
 {
     this.maxDepth = 100;
     this.histogram = new Histogram(this.maxDepth);
 }