Ejemplo n.º 1
0
 private void buttonBugid_Click(object sender, EventArgs e)
 {
     dataGridViewList.DataSource = bc.getallbugbyid(Int32.Parse(textBoxBugid.Text));
 }