14 lines
151 B
Ada
14 lines
151 B
Ada
with
|
|
gel_demo_Client;
|
|
|
|
|
|
procedure launch_Client
|
|
--
|
|
-- Launches the remote client.
|
|
--
|
|
is
|
|
begin
|
|
gel_demo_Client.item.start;
|
|
end launch_Client;
|
|
|