コード例 #1
0
 private void print_btn_Click(object sender, EventArgs e)
 {
     if (wb != null)
     {
         wb.ShowPrintDialog();
     }
 }