OpenLexocad  27.1
OpenLxCmdInit.h
Go to the documentation of this file.
1 #pragma once
2 
3 
7 namespace OpenLxCmd
8 {
9 class LX_OPENLXCMD_EXPORT OpenLxCmdInit
10 {
11 public:
14 
15 public:
16  static void init();
17  static void release();
18 
19 private:
20  static bool isInit;
21 };
22 
23 } // namespace OpenLxCmd
Definition: OpenLxCmdInit.h:9
OpenLxCmdInit()
Definition: OpenLxCmdInit.h:12
~OpenLxCmdInit()
Definition: OpenLxCmdInit.h:13
Definition: CmdAddBolt.h:7