Ignore:
Timestamp:
May 29, 2023, 8:23:09 PM (18 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from all Common package units.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • Common/JobProgressView.pas

    r562 r563  
    1 unit UJobProgressView;
     1unit JobProgressView;
    22
    33interface
     
    55uses
    66  SysUtils, Variants, Classes, Graphics, Controls, Forms, Syncobjs,
    7   Dialogs, ComCtrls, StdCtrls, ExtCtrls, Generics.Collections, UThreading, Math,
     7  Dialogs, ComCtrls, StdCtrls, ExtCtrls, Generics.Collections, Threading, Math,
    88  DateUtils;
    99
     
    154154  end;
    155155
    156   //var
    157   //  FormJobProgressView: TFormJobProgressView;
    158 
    159156procedure Register;
    160157
     
    185182  try
    186183    try
    187       //raise Exception.Create('Exception in job');
    188184      ProgressView.CurrentJob.Method(Job);
    189185    except
Note: See TracChangeset for help on using the changeset viewer.