Changeset 12 for trunk/FioInfo.lpr


Ignore:
Timestamp:
Mar 15, 2013, 11:42:38 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Podpora pro více účtů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FioInfo.lpr

    r9 r12  
    99  Interfaces, // this includes the LCL widgetset
    1010  Forms, laz_synapse, UFioAPI, Common, TemplateGenerics,
    11   UFormSettings, UFormMain, UFormAbout, UCore, CoolTranslator;
     11  UFormSettings, UFormMain, UFormAbout, UFormAccounts, UCore, CoolTranslator;
    1212
    1313{$R *.res}
     
    2020  Application.CreateForm(TFormSettings, FormSettings);
    2121  Application.CreateForm(TFormAbout, FormAbout);
     22  Application.CreateForm(TFormAccounts, FormAccounts);
    2223  Application.Run;
    2324end.
Note: See TracChangeset for help on using the changeset viewer.