source:
dev/trunk/ab5.0/abdev/abdev/include/Program.h@
493
| Last change on this file since 493 was 489, checked in by , 18 years ago | |
|---|---|
| File size: 297 bytes | |
| Line | |
|---|---|
| 1 | #pragma once |
| 2 | |
| 3 | namespace ActiveBasic{ namespace IDE{ |
| 4 | |
| 5 | |
| 6 | class Program |
| 7 | { |
| 8 | static MainFrame mainFrame; |
| 9 | |
| 10 | static void InitializeWindow(); |
| 11 | public: |
| 12 | static CAppModule _Module; |
| 13 | |
| 14 | static void Main(); |
| 15 | |
| 16 | |
| 17 | |
| 18 | static HWND GetMainFrameWndHandle() |
| 19 | { |
| 20 | return mainFrame.m_hWnd; |
| 21 | } |
| 22 | }; |
| 23 | |
| 24 | |
| 25 | }} |
Note:
See TracBrowser
for help on using the repository browser.
