Ignore:
Timestamp:
Feb 2, 2011, 11:31:12 AM (13 years ago)
Author:
chronos
Message:
  • Added: Routines for Load and Save configuration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FreePascalManager.lpr

    r1 r2  
    1616  Application.Initialize;
    1717  Application.CreateForm(TForm1, Form1);
    18   Application.CreateForm(TForm2, Form2);
     18  Application.CreateForm(TOptionsForm, OptionsForm);
    1919  Application.Run;
    2020end.
Note: See TracChangeset for help on using the changeset viewer.