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

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

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

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