Пример #1
0
 public void Dispose()
 {
     _owner = null;
     base.ReleaseHandle();
 }
Пример #2
0
 public UpDownButtonNativeWindow(MyTabControlEx owner)
     : base()
 {
     _owner = owner;
     base.AssignHandle(_owner.UpDownButtonHandle);
 }