phoneserver.~dpr
来自「采用ACM与Skype4Com并且采用分布式UDP来进行语音的拨号、分传。」· ~DPR 代码 · 共 15 行
~DPR
15 行
program PhoneServer;
uses
Forms,
uServerMain in 'uServerMain.pas' {frmMain},
uCommon in 'Common\uCommon.pas';
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TfrmMain, frmMain);
Application.Run;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?