Exemple #1
0
 //Constructor
 //**************
 public BusinessLayer(Interface_Image imageInterface, Interface_Filters filtersInterface, Interface_EdgeDetections edgeDetectionsInterface)
 {
     this.imageInterface          = imageInterface;
     this.filtersInterface        = filtersInterface;
     this.edgeDetectionsInterface = edgeDetectionsInterface;
 }