LAPTOP-SNT8I5JK\Boounion
2025-01-09 4656e074123feced4aa1691c53a4aff85514cffa
SourceCode/Bond/BoounionPLC/BoounionPLC.cpp
@@ -5,6 +5,9 @@
#include "stdafx.h"
#include "BoounionPLC.h"
#include "BoounionPLCDlg.h"
#include "HorizontalLine.h"
#include "VerticalLine.h"
#ifdef _DEBUG
#define new DEBUG_NEW
@@ -102,6 +105,11 @@
   }
   // 控件注册
   CHorizontalLine::RegisterWndClass();
   CVerticalLine::RegisterWndClass();
   CBoounionPLCDlg dlg;
   m_pMainWnd = &dlg;
   INT_PTR nResponse = dlg.DoModal();