Changeset 238 for branches/CpuSingleSize/Forms/FormStorage.pas
- Timestamp:
- Jul 15, 2023, 12:51:15 AM (16 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/CpuSingleSize/Forms/FormStorage.pas
r237 r238 1 unit UFormStorage;1 unit FormStorage; 2 2 3 3 interface 4 4 5 5 uses 6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls, UMachine;6 Classes, SysUtils, Forms, Controls, Graphics, Dialogs, ComCtrls, Machine; 7 7 8 8 type … … 19 19 end; 20 20 21 var22 FormStorage: TFormStorage;23 21 24 22 implementation
Note:
See TracChangeset
for help on using the changeset viewer.