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