Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
531 B

// PageFact.cpp: implementation of the CPageFactory class.
//
//////////////////////////////////////////////////////////////////////
#include "StdAfx.h"
#include "PageFact.h"
#include "MainPage.h"
#include "UserPage.h"
#include "LogonPage.h"
//////////////////////////////////////////////////////////////////////
// ITaskPageFactory
//////////////////////////////////////////////////////////////////////
BEGIN_PAGE_MAP(CPageFactory)
PAGE_ENTRY(CMainPage)
PAGE_ENTRY(CUserPage)
PAGE_ENTRY(CLogonPage)
END_PAGE_MAP()