public void SetSuperOwner(EditTestUC superOwner) { this.superOwner = superOwner; }
public ActionBar(EditTestUC owner) { InitializeComponent(); this.owner = owner; }