ulanlaz.pas

来自「一个linux下rs485驱动程序的源代码」· PAS 代码 · 共 22 行

PAS
22
字号
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
 }

unit uLanlaz; 

interface

uses
  uLan, LazarusPackageIntf; 

implementation

procedure Register; 
begin
  RegisterUnit('uLan', @uLan.Register); 
end; 

initialization
  RegisterPackage('uLanlaz', @Register); 
end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?