| 22 | // CELCVMatchToolApp 建構 |
| 23 | |
| 24 | CELCVMatchToolApp::CELCVMatchToolApp()//123 |
| 25 | { |
| 26 | // 支援重新啟動管理員 |
| 27 | m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART; |
| 28 | |
| 29 | // TODO: 在此加入建構程式碼, |
| 30 | // 將所有重要的初始設定加入 InitInstance 中 |
| 31 | } |
| 32 | |
| 33 | |
| 34 | // 唯一一個 CELCVMatchToolApp 物件 |
nothing calls this directly
no outgoing calls
no test coverage detected