using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Deltares.RtcToolsWrapper { class RtcToolsLinkableComponent : Oatc.OpenMI.Sdk.Wrapper.LinkableEngine { protected override void SetEngineApiAccess() { _engineApiAccess = new RtcToolsWrapper(); } } }