()
| 66 | Color cDefault = Color.White; |
| 67 | |
| 68 | public LineOverload() : |
| 69 | base(true) |
| 70 | { |
| 71 | EnableCustomDrawing = true; |
| 72 | DenyToChangePanel = true; |
| 73 | SubscribeToDrawingEvents(DrawingLayouts.Historical); |
| 74 | } |
| 75 | #endregion |
| 76 | |
| 77 | #region SETTINGS |
nothing calls this directly
no outgoing calls
no test coverage detected