Ignore:
Timestamp:
Apr 3, 2025, 10:58:56 PM (11 days ago)
Author:
chronos
Message:
  • Modified: Code cleanup.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        22VCSCommander
        33VCSCommander.lps
         4VCSCommander.dbg
        45Config.xml
        56heaptrclog.trc
  • trunk/Forms/UFormFavorites.pas

    r3 r22  
    11unit UFormFavorites;
    2 
    3 {$mode delphi}
    42
    53interface
     
    108type
    119  TFormFavorites = class(TForm)
    12   private
    13     { private declarations }
    14   public
    15     { public declarations }
    1610  end;
    1711
    1812var
    1913  FormFavorites: TFormFavorites;
     14
    2015
    2116implementation
Note: See TracChangeset for help on using the changeset viewer.