Files
Delphi-Projects/V-0.4/UnitFormSwap_u.pas
zastian00@gmail.com 84991874cd V-0.4
2019-08-01 21:34:54 +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.