CMultiDocTemplate* pDocTemplate;
pDocTemplate = new CMultiDocTemplate(
IDR_RESTTTYPE,
RUNTIME_CLASS(CResttDoc),
RUNTIME_CLASS(CChildFrame), // custom MDI child frame
RUNTIME_CLASS(CResttView));
AddDocTemplate(pDocTemplate); pDocTemplate = new CMultiDocTemplate(
IDR_RESTTTYPE1,
RUNTIME_CLASS(CMyDoc),
RUNTIME_CLASS(CChildFrame), // custom MDI child frame
RUNTIME_CLASS(CResttView));
AddDocTemplate(pDocTemplate);