9 lines
114 B
C++
9 lines
114 B
C++
#include "stdafx.h"
|
|
#include "App.h"
|
|
|
|
BOOL CPmImageApp::InitInstance()
|
|
{
|
|
m_frame.Create();
|
|
return TRUE;
|
|
}
|