Example #1
0
 public ShapeBUS()
 {
     shapesDAO = new ShapesDAO();
     Shapes    = new ObservableCollection <ShapeBase>();
 }
Example #2
0
 public UnitTest1()
 {
     shapesDAO = new ShapesDAO();
 }