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

Method aProcessSetupExecute

source/main.cpp:1300–1308  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1298}
1299//---------------------------------------------------------------------------
1300void __fastcall TMainForm::aProcessSetupExecute(TObject *Sender)
1301{
1302 ProcessForm = new TProcessForm(this);
1303 if( ProcessForm->ShowModal() == mrOk )
1304 {
1305 ProcessRules->Load(ProcessFile);
1306 }
1307 delete ProcessForm;
1308}
1309//---------------------------------------------------------------------------
1310void RunSetup(int SelectedTabIndex)
1311{

Callers

nothing calls this directly

Calls 1

LoadMethod · 0.45

Tested by

no test coverage detected