mirror of
https://github.com/stascorp/rdpwrap.git
synced 2025-08-21 05:43:43 -07:00
Added license info
Now license can be viewed in applications
This commit is contained in:
parent
6b4dadcde5
commit
64b3bf8bc1
14 changed files with 172 additions and 15 deletions
|
@ -18,7 +18,8 @@ program RDPConf;
|
|||
|
||||
uses
|
||||
Forms,
|
||||
MainUnit in 'MainUnit.pas' {MainForm};
|
||||
MainUnit in 'MainUnit.pas' {MainForm},
|
||||
LicenseUnit in 'LicenseUnit.pas' {LicenseForm};
|
||||
|
||||
{$R *.res}
|
||||
|
||||
|
@ -27,5 +28,6 @@ begin
|
|||
Application.MainFormOnTaskbar := True;
|
||||
Application.Title := 'Remote Desktop Protocol Configuration';
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.CreateForm(TLicenseForm, LicenseForm);
|
||||
Application.Run;
|
||||
end.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue