Ignore:
Timestamp:
Oct 26, 2023, 11:59:00 PM (7 months ago)
Author:
chronos
Message:
  • Fixed: Resolved unit names conflict with Common package.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray/Forms/FormMemory.pas

    r46 r48  
    55uses
    66  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls, ExtCtrls,
    7   Memory;
     7  Memory, Common.FormEx;
    88
    99type
     
    1111  { TFormMemory }
    1212
    13   TFormMemory = class(TForm)
     13  TFormMemory = class(TFormEx)
    1414    ListViewMemory: TListView;
    1515    Timer1: TTimer;
Note: See TracChangeset for help on using the changeset viewer.