program IcsAsyncFmxCliDemo; uses System.StartUpCopy, FMX.Forms, IcsAsyncFmxCliDemo1 in 'IcsAsyncFmxCliDemo1.pas' {ClientForm}, IcsAsyncWSocket in '..\..\..\..\Source\IcsAsyncWSocket.pas', IcsAsyncWndControl in '..\..\..\..\Source\IcsAsyncWndControl.pas'; {$R *.res} begin Application.Initialize; Application.CreateForm(TClientForm, ClientForm); Application.Run; end.