AppGlobalF.h 284 B

12345678910
  1. //---------------------------------------------------------------------------
  2. #ifndef AppGlobalFH
  3. #define AppGlobalFH
  4. #include <vcl.h>
  5. //---------------------------------------------------------------------------
  6. bool ApplicationSingleRun(String AClassName, String ATitle);
  7. #endif