Changeset 55 for trunk/Forms/UFormGameResult.pas
- Timestamp:
- Dec 24, 2022, 7:26:21 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormGameResult.pas
r52 r55 1 1 unit UFormGameResult; 2 3 {$mode delphi}{$H+}4 2 5 3 interface … … 10 8 type 11 9 TFormGameResult = class(TForm) 12 private13 { private declarations }14 public15 { public declarations }16 10 end; 17 11 18 12 var 19 13 FormGameResult: TFormGameResult; 14 20 15 21 16 implementation
Note:
See TracChangeset
for help on using the changeset viewer.