WindowsXP/net/wlbs/nlbmgr/exe/aboutdialog.cpp
2025-04-27 07:49:33 -04:00

7 lines
116 B
C++

#include "AboutDialog.h"
AboutDialog::AboutDialog(CWnd* parent )
:
CDialog( IDD, parent )
{}