source: dev/trunk/ab5.0/abdev/abdev/src/WindowAreaManager.cpp@ 681

Last change on this file since 681 was 629, checked in by dai_9181, 16 years ago

MDIINFO構造体をリファクタリング。

File size: 200 bytes
Line 
1#include "stdafx.h"
2
3using namespace ActiveBasic::IDE;
4
5void WindowAreaManager::AddMdiClientWindow( HWND hMdiClientWnd )
6{
7 windowCollections.push_back( WindowCollection( hMdiClientWnd ) );
8}
Note: See TracBrowser for help on using the repository browser.