Ejemplo n.º 1
0
 public Aufg4()
 {
     m_aufg5 = new Aufg5();
     Text    = "Aufgabe 4";
     Size    = new Size(500, 500);
     CenterToScreen();
     InitializeComponent();
 }
Ejemplo n.º 2
0
 private void btn_aufg5_Click(object sender, System.EventArgs e)
 {
     Aufg5 m_aufg5 = new Aufg5(); m_aufg5.ShowDialog();
 }