LAPTOP-SNT8I5JK\Boounion
2025-01-07 fec3ff7b0bb0a4e53c2f9ff26cd06659a0c8aff9
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();