示例#1
0
 public SystemButtonManager(FormEx owner)
 {
     this._owner       = owner;
     isShowCloseButton = owner.ShowCloseButton;
     IniSystemButtons();
 }
示例#2
0
 public void Dispose()
 {
     _owner = null;
 }