TTrialSoftware PRO是TTrialSoftware的增强版(源代码

源代码在线查看: demo.dpr

软件大小: 2104 K
上传用户: zhangyuntong
关键词: TTrialSoftware PRO 源代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				program Demo;
				
				uses
				  Forms,
				  Unit1 in 'Unit1.pas' {Form1};
				
				{$R *.RES}
				
				begin
				  Application.Initialize;
				  Application.CreateForm(TForm1, Form1);
				  Application.Run;
				end.
							

相关资源