摘要: # 打印示例1,使用PrintDocument、PrintDialog、PrintPreviewDialog 原文链接:https://www.jb51.net/article/67938.htm ## 1、使用PrintDocument进行打印 using System; using System 阅读全文
posted @ 2023-04-18 10:35 Fusio 阅读(80) 评论(0) 推荐(0) 编辑
摘要: enum枚举 遍历enum 原文链接:https://blog.csdn.net/weixin_38211198/article/details/88915978 先定义一个枚举类型 public enum Word { A = 0, B = 1, C = 2, D = 3 } 1正常获取 获取全部 阅读全文
posted @ 2023-04-18 09:39 Fusio 阅读(20) 评论(0) 推荐(0) 编辑