Connecting EDL descriptions of entities

Descriptions of all entities included in a solution must be connected by using the use EDL declaration:

/* Connection of the "kl.core.Core" and "Einit" entities. */

use EDL kl.core.Core

use EDL Einit

/* Connection of all other entities included in the solution. */

use EDL Client

use EDL Server

Page top