コード例 #1
0
 public virtual void onLoadInstrumentEnd(string instrumentName, bool success)
 {
     if (SwigDerivedClassHasMethod("onLoadInstrumentEnd", swigMethodTypes4))
     {
         ContextModulePINVOKE.Application_onLoadInstrumentEndSwigExplicitApplication(swigCPtr, instrumentName, success);
     }
     else
     {
         ContextModulePINVOKE.Application_onLoadInstrumentEnd(swigCPtr, instrumentName, success);
     }
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }