Files
Delphi-Projects/V-0.2/UnitFormSwap_u.pas
zastian00@gmail.com b40015afed Delphi pat
2019-07-31 19:45:44 +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.