protected override void button_DisplaySelectedObject_Click(object sender, EventArgs e) { this.Close(); DisplayProduct mdp = new DisplayProduct(ident); mdp.Show(); }
private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { DisplayProduct pds = new DisplayProduct(ident, dataGridView1.Rows[e.RowIndex].Cells[0].Value.ToString()); pds.Show(); }
private void buttonSpecificProduct_Click(object sender, EventArgs e) { DisplayProduct app2 = new DisplayProduct(ident ); app2.Show(); }
private void buttonSpecificProduct_Click(object sender, EventArgs e) { DisplayProduct app2 = new DisplayProduct(ident); app2.Show(); }