Exemplo n.º 1
0
 public Page2_Rechteckhohlprofil()
 {
     InitializeComponent();
     RHP = new Rechteckhohl();
 }
 public Page3_Kreisprofil()
 {
     InitializeComponent();
     KP = new Kreis();
 }
 public Page8_L_Profil()
 {
     InitializeComponent();
     LP = new LProfil();
 }
 public Page1_Rechteckprofil()
 {
     InitializeComponent();
     RP = new Rechteck();
 }
 public Page7_U_Profil()
 {
     InitializeComponent();
     UP = new UProfil();
 }
 public Page4_Kreishohlprofil()
 {
     InitializeComponent();
     KHP = new Kreishohl();
 }
 public Page6_Doppel_T_Profil()
 {
     InitializeComponent();
     DTP = new DTProfil();
 }
 public Page5_T_Profil()
 {
     InitializeComponent();
     TP = new TProfil();
 }