文件名称:新曦 我的资源 搜索软件 源程序(Borland Delphi 7)说明

源代码在线查看: udplstn.dpr

软件大小: 1796 K
上传用户: kelvinitc
关键词: Borland Delphi 资源 搜索
下载地址: 免注册下载 普通下载 VIP

相关代码

				program UdpLstn;
				
				uses
				  Forms,
				  UdpLstn1 in 'UdpLstn1.pas' {MainAutoForm};
				
				{$R *.RES}
				
				begin
				  Application.CreateForm(TMainForm, MainForm);
				  Application.Run;
				end.
							

相关资源