This commit is contained in:
zastian00@gmail.com
2019-08-01 12:56:59 +02:00
parent b40015afed
commit d1c48fe0ad
30 changed files with 4837 additions and 0 deletions

19
V-0.3/UnitFormSwap_u.pas Normal file
View File

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