This commit is contained in:
zastian00@gmail.com
2019-08-06 02:27:47 +02:00
parent 84991874cd
commit b324fd8704
33 changed files with 6759 additions and 0 deletions

19
V-0.5/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.