private void ChangeInfo_FormClosing(object sender, FormClosingEventArgs e) { Changes ch = (Changes)this.Owner; ch.Enabled = true; }