예제 #1
0
 /// <summary>
 /// Default constructor. Must be called.
 /// </summary>
 public AbstractBoundary()
 {
     Output = new WaterOutput();
 }
예제 #2
0
 /// <summary>
 /// Default constructor. Must be called.
 /// </summary>
 public AbstractBoundary()
 {
   Output = new WaterOutput();
 }