Exemplo n.º 1
0
 private void SwigDirectorConnect() {
   if (SwigDerivedClassHasMethod("runOne", swigMethodTypes0))
     swigDelegate0 = new SwigDelegateOTCallback_0(SwigDirectorrunOne);
   if (SwigDerivedClassHasMethod("runTwo", swigMethodTypes1))
     swigDelegate1 = new SwigDelegateOTCallback_1(SwigDirectorrunTwo);
   otapiPINVOKE.OTCallback_director_connect(swigCPtr, swigDelegate0, swigDelegate1);
 }
Exemplo n.º 2
0
 private void SwigDirectorConnect()
 {
     if (SwigDerivedClassHasMethod("runOne", swigMethodTypes0))
     {
         swigDelegate0 = new SwigDelegateOTCallback_0(SwigDirectorrunOne);
     }
     if (SwigDerivedClassHasMethod("runTwo", swigMethodTypes1))
     {
         swigDelegate1 = new SwigDelegateOTCallback_1(SwigDirectorrunTwo);
     }
     otapiPINVOKE.OTCallback_director_connect(swigCPtr, swigDelegate0, swigDelegate1);
 }