摘要: private void Tsb_print_Click(object sender, EventArgs e) { printDialog1.Document = printDocument1; printDialog1.AllowSomePages = true; DialogResult re 阅读全文
posted @ 2020-10-23 17:22 windy3417 阅读(104) 评论(0) 推荐(0) 编辑