示例#1
0
        private void button4_Click_1(object sender, EventArgs e)
        {
            this.Hide();
            Calculate_Price me = new Calculate_Price();

            me.ShowDialog();
        }
示例#2
0
        private void button4_Click(object sender, EventArgs e)
        {
            this.Hide();
            Calculate_Price F1 = new Calculate_Price();

            F1.Show();
        }