public void Init()
 {
     mohidWaterEngineWrapper = new MohidWaterEngineWrapper();
     System.Collections.Hashtable ht = new System.Collections.Hashtable();
     ht.Add("FilePath", @"D:\MohidProjects\Studio\20_OpenMI\Sample Estuary\exe\nomfich.dat");
     mohidWaterEngineWrapper.Initialize(ht);
 }
 public MohidWaterLinkableComponent()
 {
     _engineApiAccess = new MohidWaterEngineWrapper();
 }
 protected override void SetEngineApiAccess()
 {
     _engineApiAccess = new MohidWaterEngineWrapper();
 }