Beispiel #1
0
 public override object Clone()
 {
     Finanzierung klon = new Finanzierung();
     klon.Initialisiere(this);
     return klon;
 }