按Form1內的button1可以開啟Form2,
為了避免再次按下button1時會重覆開啟Form2,
以及將Form2縮小後,
按button1要如何讓Form2跳出來,
Array.Copy(sourceArray, sourceIndex, destinationArray, destinationIndex, length);
dataGridView1[0, 0].Value = "1"; dataGridView1[1, 0].Value = "2"; dataGridView1[0, 1].Value = "3";或
dataGridView1.Rows[0].Cells[0].Value = "1"; dataGridView1.Rows[0].Cells[1].Value = "2"; dataGridView1.Rows[1].Cells[0].Value = "3";
dataGridView1.DefaultCellStyle.Font = New Font("Arial", 9);