/Source/HydroModeler/Components/ConcentrationDiffusion/Source/Source/LinkableComponent.cs
# · C# · 16 lines · 14 code · 2 blank · 0 comment · 0 complexity · e6bcfd6733d97bd0caed1bb4791db989 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
-
- namespace Sediment_Diff
- {
- class LinkableComponent :Oatc.OpenMI.Sdk.Wrapper.LinkableEngine
- {
- protected override void SetEngineApiAccess()
- {
- _engineApiAccess = new Sediment_Diff();
- }
- }
- }