public TL(DebugOutForm form) {
     this.form = form;
 }
Beispiel #2
0
 private void bDebugOutput_Click(object sender, EventArgs e) {
     DebugOutForm form = new DebugOutForm();
     form.Show();
 }