Ignore:
Timestamp:
Apr 16, 2008, 1:43:51 AM (16 years ago)
Author:
dai_9181
Message:

abdevをATL化するための下準備

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/abdev/include/Program.h

    r477 r489  
    66class Program
    77{
     8    static MainFrame mainFrame;
     9
     10    static void InitializeWindow();
    811public:
     12    static CAppModule _Module;
     13
     14    static void Main();
     15
     16
     17
     18    static HWND GetMainFrameWndHandle()
     19    {
     20        return mainFrame.m_hWnd;
     21    }
    922};
    1023
Note: See TracChangeset for help on using the changeset viewer.