admin
2022-07-24 e88a6656834864dd98da26118fe37d059b276537
app/app.cpp
@@ -7,6 +7,7 @@
#include "framework.h"
#include "app.h"
#include "appDlg.h"
#include "loginDlg.h"
#pragma comment(lib,"ws2_32.lib")
#include <stdio.h>
#include <stdlib.h>
@@ -76,7 +77,7 @@
   // 例如修改为公司或组织名
   SetRegistryKey(_T("应用程序向导生成的本地应用程序"));
   CappDlg dlg;
   loginDlg dlg;
   m_pMainWnd = &dlg;
   INT_PTR nResponse = dlg.DoModal();
   if (nResponse == IDOK)