()
| 61 | private readonly T3 _t3 = new T3() { Period = 10, Multiplier = 1 }; |
| 62 | |
| 63 | public MetroPlex() |
| 64 | { |
| 65 | EnableCustomDrawing = true; |
| 66 | |
| 67 | Add(_ft); |
| 68 | Add(_psar); |
| 69 | Add(_st); |
| 70 | Add(_kama9); |
| 71 | Add(_adx); |
| 72 | Add(_hma); |
| 73 | } |
| 74 | |
| 75 | protected override void OnRender(RenderContext context, DrawingLayouts layout) |
| 76 | { |
nothing calls this directly
no outgoing calls
no test coverage detected