Files
Delphi-Projects/V-0.6/UnitFormSwap_u.pas
zastian00@gmail.com 9ac24e70c7 V-0.6
2019-08-06 15:48:08 +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.