Exemplo n.º 1
0
 public void Dispose()
 {
     _owner = null;
     base.ReleaseHandle();
 }
Exemplo n.º 2
0
 public UpDownButtonNativeWindow(TabControlW owner)
     : base()
 {
     _owner = owner;
     base.AssignHandle(owner.UpDownButtonHandle);
 }