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

Method OKButtonClick

source/AlarmForm.cpp:33–38  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

31}
32//---------------------------------------------------------------------------
33void __fastcall TShowAlarmForm::OKButtonClick(TObject *Sender)
34{
35 if( TalkingThread )
36 TalkingThread->Stop();
37 Close();
38}
39//---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

StopMethod · 0.80

Tested by

no test coverage detected