Files
Delphi-Projects/V-0.5/UnitFormSwap_u.pas
zastian00@gmail.com b324fd8704 V-0.5
2019-08-06 02:27:47 +02:00

20 lines
232 B
ObjectPascal

unit UnitFormSwap_u;
interface
uses
System.sysutils, Winapi.Messages;
type
FormSwap = class(TObject);
public
//function swapBtoL : string;
implementation
procedure FormSwap.swapBtoL();
begin
end;
end.