コード例 #1
0
 public void loadInstrument(string s)
 {
     ContextModulePINVOKE.Context_loadInstrument(swigCPtr, s);
     if (ContextModulePINVOKE.SWIGPendingException.Pending)
     {
         throw ContextModulePINVOKE.SWIGPendingException.Retrieve();
     }
 }