Esempio n. 1
0
 private void Dispose(bool disposing)
 {
     if (!_disposed)
     {
         if (_xda != null)
         {
             _xda.close();
             _xda.Dispose();
             _xda = null;
         }
         _disposed = true;
     }
 }
Esempio n. 2
0
 public MyXda()
 {
     _xda = new XsControl();
 }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(XsControl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }