public void Dispose() { this._owner = null; }
public SystemButtonManager(FormBase owner) { this._owner = owner; this.IniSystemButtons(); }