摘要:
public class UPrintFome : PrintDocument { #region 自定义函数变量 #region 自定义变量 private bool _IsSaved = false; private bool _SpecialFxt = false; public bool IsDisplayPrintDialog = false; public int _PageNumber; //打印控制变量 private int _PageNum = 0; /... 阅读全文
posted @ 2013-12-31 12:10
StormeR
阅读(334)
评论(0)
推荐(0)