Esempio n. 1
0
 public PolygonAreaProcessorTest()
 {
     this.processor = new PolygonAreaProcessor();
 }
Esempio n. 2
0
 public PolygonAreaContainer(IPolygonAreaProcessor processor)
 {
     this.processor      = processor;
     this.ArgumentValues = new Dictionary <string, double>();
 }