MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / RunSetup

Function RunSetup

source/main.cpp:1310–1318  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1308}
1309//---------------------------------------------------------------------------
1310void RunSetup(int SelectedTabIndex)
1311{
1312 if( MainForm )
1313 {
1314 if( SelectedTabIndex >= 0 )
1315 TSetupForm::LastTabIndex = SelectedTabIndex;
1316 MainForm->aSetupExecute(NULL);
1317 }
1318}
1319//---------------------------------------------------------------------------
1320String TMainForm::GetFileName(int number)
1321{

Callers 1

SpeedButton2ClickMethod · 0.85

Calls 1

aSetupExecuteMethod · 0.80

Tested by

no test coverage detected