This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/fusion360/usr/Src/Interface/PBRootForm.cpp
2022-10-15 19:16:08 +02:00

50 lines
700 B
C++

// PBRootForm.cpp : implementation file
//
#include "stdafx2.h"
#include "PBRootForm.h"
// PBRootForm
IMPLEMENT_DYNCREATE(PBRootForm, CFormView)
PBRootForm::PBRootForm()
: CFormView(PBRootForm::IDD)
{
}
PBRootForm::~PBRootForm()
{
}
void PBRootForm::DoDataExchange(CDataExchange* pDX)
{
CFormView::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(PBRootForm, CFormView)
END_MESSAGE_MAP()
// PBRootForm diagnostics
#ifdef _DEBUG
void PBRootForm::AssertValid() const
{
CFormView::AssertValid();
}
#ifndef _WIN32_WCE
void PBRootForm::Dump(CDumpContext& dc) const
{
CFormView::Dump(dc);
}
#endif
#endif //_DEBUG
// PBRootForm message handlers