private void button1_Click(object sender, EventArgs e) { DOL con = new DOL(); this.Visible = false; con.ShowDialog(); this.Visible = true; }
private void Standardization_Click(object sender, EventArgs e) { DOL con = new DOL(); this.Visible = false; con.ShowDialog(); this.Visible = true; }