home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / stddlg / main.cxx < prev    next >
C/C++ Source or Header  |  1995-02-03  |  311b  |  20 lines

  1.  
  2.  
  3. // M. A. Sridhar, Oct 7, 1994
  4.  
  5. #include "ui/applic.h"
  6. #include "ui/cntroler.h"
  7. #include "appwin.h"
  8.  
  9.  
  10. // ======================== Main program ===========================
  11.  
  12.  
  13. int UI_Application::Main (int /* argc */, char* []) 
  14. {
  15.     MakeTopWindow (new AppWindow);
  16.     Run();
  17.     return 0;
  18. }
  19.  
  20.