Ejemplo n.º 1
0
 public PerennialGarden()
 {
     shade  = new Plant("Astilbe");
     border = new Plant("Dicentrum");
     center = new Plant("Sedum");
 }