---------------------------------------------------------------------------
| 1525 | |
| 1526 | //--------------------------------------------------------------------------- |
| 1527 | void __fastcall TMainF::M_View_Graph_SvgClick(TObject *Sender) |
| 1528 | { |
| 1529 | M_View_Graph_Svg->Checked=true; |
| 1530 | ToolBar_View_Graph_Svg->Checked=true; |
| 1531 | ChangePage(Page_Custom); |
| 1532 | } |
| 1533 | |
| 1534 | //--------------------------------------------------------------------------- |
| 1535 | void __fastcall TMainF::M_View_PBCoreClick(TObject *Sender) |
nothing calls this directly
no outgoing calls
no test coverage detected