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