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

Method aAboutExecute

source/main.cpp:775–780  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

773}
774//---------------------------------------------------------------------------
775void __fastcall TMainForm::aAboutExecute(TObject *Sender)
776{
777 AboutBoxForm = new TAboutBoxForm(this);
778 AboutBoxForm->ShowModal();
779 delete AboutBoxForm;
780}
781//---------------------------------------------------------------------------
782String GetVersionString(void)
783{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected