Ignore:
Timestamp:
Jun 2, 2013, 5:41:42 PM (11 years ago)
Author:
chronos
Message:
Location:
os/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • os/trunk

    • Property svn:ignore
      •  

        old new  
        22*.~dsk
        33__history
         4*.identcache
  • os/trunk/System/LDOS.Kernel.pas

    r5 r6  
    2424
    2525  TTimer = class
     26  private
     27    FOnTick: TNotifyEvent;
     28    FEnabled: Boolean;
     29  public
     30    Interval: Integer;
     31    property Enabled: Boolean read FEnabled write FEnabled;
     32    property OnTick: TNotifyEvent read FOnTick write FOnTick;
    2633  end;
    2734
Note: See TracChangeset for help on using the changeset viewer.