PreparedPage.OpenSource.cs 156 B

123456789
  1. using System.ComponentModel;
  2. namespace FastReport.Preview
  3. {
  4. partial class PreparedPage
  5. {
  6. partial void ProcessText(TextObject txt);
  7. }
  8. }