PolyLineObject.Core.cs 595 B

12345678910111213141516171819202122232425262728
  1. using FastReport.Utils;
  2. namespace FastReport
  3. {
  4. partial class PolyLineObject
  5. {
  6. #region Private Methods
  7. /// <summary>
  8. /// Does nothing
  9. /// </summary>
  10. /// <param name="e"></param>
  11. partial void DrawDesign0(FRPaintEventArgs e);
  12. /// <summary>
  13. /// Does nothing
  14. /// </summary>
  15. /// <param name="e"></param>
  16. partial void DrawDesign1(FRPaintEventArgs e);
  17. /// <summary>
  18. /// Does nothing
  19. /// </summary>
  20. partial void InitDesign();
  21. #endregion Private Methods
  22. }
  23. }