Update-Installer/external/win32cpp/WCE samples/Scribble/FrameApp.cpp

15 lines
154 B
C++
Raw Normal View History

#include "FrameApp.h"
CWceFrameApp::CWceFrameApp()
{
}
BOOL CWceFrameApp::InitInstance()
{
//Create the Window
m_Frame.Create();
return TRUE;
}