PrintHelper.cs 256 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Drawing.Printing;
  6. namespace Ant.Service.Common
  7. {
  8. /// <summary>
  9. /// 打印帮助类
  10. /// </summary>
  11. public class PrintHelper
  12. {
  13. }
  14. }