コード例 #1
0
 public GbsElementMitBescriftung(
     GbsElement GbsElement,
     string Bescriftung = null)
     :
     base(GbsElement)
 {
     this.Bescriftung = Bescriftung;
 }
コード例 #2
0
 public GbsElement(
     GbsElement ZuKopiire)
     :
     this(
         ZuKopiire,
         (null == ZuKopiire) ? OrtogoonInt.Leer : ZuKopiire.InGbsFläce,
         (null == ZuKopiire) ? null : ZuKopiire.InGbsBaumAstIndex)
 {
 }