private void button4_Click_1(object sender, EventArgs e) { this.Hide(); Calculate_Price me = new Calculate_Price(); me.ShowDialog(); }
private void button4_Click(object sender, EventArgs e) { this.Hide(); Calculate_Price F1 = new Calculate_Price(); F1.Show(); }