Files
Delphi-Projects/V-0.3/UnitFormSwap_u.pas
zastian00@gmail.com d1c48fe0ad V-0.2
2019-08-01 12:56:59 +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.