Beispiel #1
0
 public DrawingModuleBL(IFrameWork frameWork, IPrintPath printPath)
 {
     this.frameWork = frameWork;
     this.printPath = printPath;
 }
 IPrintPath IFactorySupportDrawingModule.CreatePrintPath()
 {
     printPath = new PrintPath(frameWork, drawingModulePL, dijkstra);
     return(printPath);
 }