Beispiel #1
0
 public CircleAreaProcessorTest()
 {
     this.processor = new CircleAreaProcessor();
 }
Beispiel #2
0
 public CircleAreaContainer(ICircleAreaProcessor processor)
 {
     this.processor      = processor;
     this.Arguments      = new[] { "Radius" };
     this.ArgumentValues = new Dictionary <string, double>();
 }