ExportsOptions.OpenSource.cs 273 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using FastReport.Export.Image;
  6. namespace FastReport.Utils
  7. {
  8. partial class ExportsOptions
  9. {
  10. partial void SaveOptions();
  11. partial void RestoreOptions();
  12. }
  13. }