private void button1_Click(object sender, EventArgs e) { Form2 form2 = new Form2(); //顯示跳出視窗 form2.Show(); //要執行的程式放這 //關閉 ...
確定! 回上一頁