コード例 #1
0
 private void button3_Click(object sender, EventArgs e)
 {
     dataGridView3.DataSource = bc.GetAllBugsbyid(Int32.Parse(textBox3.Text));
 }