using FastReport.Utils; namespace FastReport.Table { partial class TableBase { #region Private Methods /// /// Does nothing /// /// partial void DrawDesign(FRPaintEventArgs e); /// /// Does nothing /// /// partial void DrawDesign_Borders(FRPaintEventArgs e); /// /// Does nothing /// /// partial void DrawDesign_BordersRtl(FRPaintEventArgs e); /// /// Does nothing /// /// partial void DrawDesign_SelectedCells(FRPaintEventArgs e); /// /// Does nothing /// /// partial void DrawDesign_SelectedCellsRtl(FRPaintEventArgs e); #endregion Private Methods } }