상속: Oatc.OpenMI.Sdk.Wrapper.IEngine
 static DaisyWrapper GetInitDaisy()
 {
     DaisyWrapper Daisy = new DaisyWrapper();
     System.Collections.Hashtable table = new System.Collections.Hashtable();
     table.Add("FilePath", "../../DaisyData/test_check.dai");
     Daisy.Initialize(table);
     return Daisy;
 }
예제 #2
0
 protected override void SetEngineApiAccess()
 {
     // Create the DaisyWrapper and assigns it to the protected
     // field variable _engineApiAccess:
     _engineApiAccess = new DaisyWrapper ();
 }
예제 #3
0
 protected override void SetEngineApiAccess()
 {
     // Create the DaisyWrapper and assigns it to the protected
     // field variable _engineApiAccess:
     _engineApiAccess = new DaisyWrapper();
 }