TextObject.Core.cs 254 B

12345678910111213
  1. using FastReport.Utils;
  2. namespace FastReport
  3. {
  4. partial class TextObject
  5. {
  6. /// <summary>
  7. /// Does nothing
  8. /// </summary>
  9. /// <param name="e"></param>
  10. partial void DrawDesign(FRPaintEventArgs e);
  11. }
  12. }