Exemplo n.º 1
0
 public Flur(Raum raum) : base(raum)
 {
     TypRaume = typRaum; Heizwert = heizwert;
 }
Exemplo n.º 2
0
 public Buero(Raum raum) : base(raum)
 {
     TypRaume = typRaum; Heizwert = heizwert;
 }
Exemplo n.º 3
0
 public Seminarraum(Raum raum) : base(raum)
 {
     TypRaume = typRaum; Heizwert = heizwert;
 }
Exemplo n.º 4
0
 public Sanitaerraum(Raum raum) : base(raum)
 {
     TypRaume = typRaum; Heizwert = heizwert;
 }