mirror of
https://github.com/mrfluffy-dev/Delphi-Projects.git
synced 2026-01-17 13:50:34 +00:00
V-0.2
This commit is contained in:
19
V-0.3/UnitFormSwap_u.pas
Normal file
19
V-0.3/UnitFormSwap_u.pas
Normal 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.
|
||||
Reference in New Issue
Block a user