private void PrcdBtn_Click(object sender, EventArgs e) { var Form = new DataUpdater(); Form.ShowDialog(this); Form.Dispose(); this.Hide(); }