Changeset 2 for trunk/VCSCommander.lpr


Ignore:
Timestamp:
Jan 22, 2013, 11:08:49 AM (11 years ago)
Author:
chronos
Message:
  • Added: Early coding preparation.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VCSCommander.lpr

    r1 r2  
    88  {$ENDIF}{$ENDIF}
    99  Interfaces, // this includes the LCL widgetset
    10   Forms, UFormMain, UCore
     10  Forms, UFormMain, UCore, UFormBrowse, UVCS
    1111  { you can add units after this };
    1212
     
    1818  Application.CreateForm(TFormMain, FormMain);
    1919  Application.CreateForm(TCore, Core);
     20  Application.CreateForm(TFormBrowse, FormBrowse);
    2021  Application.Run;
    2122end.
Note: See TracChangeset for help on using the changeset viewer.