Ignore:
Timestamp:
Jun 30, 2023, 3:29:14 PM (11 months ago)
Author:
chronos
Message:
  • Modified: Simplified unit names.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/topdown/Apps/AppCalc.pas

    r36 r37  
    1 unit UAppCalc;
     1unit AppCalc;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, USystem;
     6  Classes, SysUtils, Forms, Controls, Graphics, Dialogs, StdCtrls, OsSystem;
    77
    88type
     
    2828  end;
    2929
    30 var
    31   FormCalculator: TFormCalculator;
    3230
    3331implementation
Note: See TracChangeset for help on using the changeset viewer.