chenluhua1980
2026-01-06 4d9d8d22e3666076988c30afb4e7c6fe365c19aa
SourceCode/Bond/SGMeasurement/SGMeasurement.h
@@ -1,4 +1,4 @@

// SGMeasurement.h: PROJECT_NAME 应用程序的主头文件
//
@@ -23,10 +23,13 @@
// 重写
public:
   virtual BOOL InitInstance();
   virtual int ExitInstance();
// 实现
   DECLARE_MESSAGE_MAP()
private:
   HANDLE m_hMutex;
};
extern CSGMeasurementApp theApp;