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